ExpenseTypesitemizedExpenseTypes
ExpenseTypesitemizedExpenseTypes
Columns
| Name | Type | Description |
| ExpenseTypesExpenseTypeId [KEY] | Long | Unique identifier of an expense type in an expense template. |
| ExpenseTypeParentId [KEY] | Long | Value that uniquely identifies the parent expense type of the itemized expense type. |
| ExpenseTypeId [KEY] | Long | Value that uniquely identifies the itemized expense type. |
| CreationDate | Datetime | Date when the itemized expense type was created. |
| CreatedBy | String | User who created the itemized expense type. |
| LastUpdateDate | Datetime | Date when the itemized expense type was last updated. |
| LastUpdatedBy | String | User who last updated the itemized expense type. |
| LastUpdateLogin | String | Session login that's associated with the user who last updated the itemized expense type. |
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 |
| BindDate | Date | bindDate |
| BindTemplateId | Long | bindTemplateId |
| Finder | String | finder |