# BusinessComponents: Exact Online Domain BusinessComponents Lookup-table that translates code values of the domain 'BusinessComponents' into descriptions. - Catalog: `ExactOnlineREST` - Schema: `CodeValues` - Label: Domain BusinessComponents Example: The code value 'Account' means 'Account'. - Retrieve: True ## View Columns The columns of the view `BusinessComponents` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `code` | `varchar2`(240) | Code | ☑ | Unique code within the domain. | | `description` | `varchar2`(4000) | Description | ☐ | Meaning of the unique code within the domain. | | `domain` | `varchar2`(240) | Domain | ☑ | Each domain defines a map of codes to values. | | `resource_code` | `varchar2`(240) | Resource Code | ☐ | Resource code for internationalization. | ## Values | Code | Description | |:---:|---| | `Account` | Account | | `Address` | Address | | `CashflowEntryLine` | Cash entry | | `CashflowEntryOffsetLine` | Bank entry | | `CollaborationRequest` | Collaboration | | `Contact` | Contact | | `Costcenter` | Cost center | | `CostTransaction` | Cost entry | | `Costunit` | Cost unit | | `Employee` | Employee | | `Employment` | Employment | | `EmploymentContractBasic` | Employment contract | | `EmploymentSalary` | Employment salary for Payroll / internal rate for Project | | `FinancialEntries` | General entry | | `GLAccount` | GLAccount | | `Item` | Item | | `Opportunity` | Opportunity | | `PickOrderHeader` | Pick order | | `Project` | Project | | `ProjectPlanning` | Project planning | | `ProjectRestriction` | Project restriction | | `ProjectTerm` | Project invoice term | | `ProjectWBS` | WBS | | `PurchaseEntryLine` | Purchase entry | | `PurchaseOrderHeader` | Purchase order | | `Request` | Request | | `SalesEntryLine` | Sales entry | | `SalesInvoiceHeader` | Sales invoice | | `SalesOrderEntry` | Sales order | | `SalesOrderHeader` | Sales order | | `SalesQuotationHeader` | Quotation | | `Schedule` | Schedule | | `StockEntry` | Stock Entry | | `SubscriptionLine` | Subscription | | `TimeTransaction` | Time entry |