ExpenseDistributions
ExpenseDistributions
Columns
| Name | Type | Description |
| CodeCombinationId | Long | Value that uniquely identifies the accounting code combination to which an expense is charged. |
| CostCenter | String | Business organization to which an expense is charged. |
| CreatedBy | String | User who created the row. |
| CreationDate | Datetime | Date and time when the row was created. |
| ExpenseDistId [KEY] | Long | Value that uniquely identifies the expense distribution of a specific expense item. |
| ExpenseId | Long | Value that uniquely identifies the expense for an expense distribution. |
| ExpenseReportId | Long | Value that uniquely identifies the expense report that includes the expense corresponding to an expense distribution. |
| LastUpdateDate | Datetime | Date and time when the row was last updated. |
| LastUpdateLogin | String | Session login associated with the user who last updated the row. |
| LastUpdatedBy | String | User who last updated the row. |
| OrgId | Long | Unique identifier of the user's organization for which the expense is created. |
| ReimbursableAmount | Double | Amount to be reimbursed to the individual against an expense distribution. |
| Company | String | Company to which an expense is charged. |
| BusinessUnit | String | Business unit that's associated with a row. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Finder | String | finder |