ExpenseTemplatesexpenseTypesitemizedExpenseTypes
Defines itemized expense categories within a template, allowing granular reporting and policy enforcement for expenses with multiple cost components.
Columns
| Name | Type | Description |
| ExpenseTemplatesExpenseTemplateId [KEY] | Long | Unique identifier for the expense template in the ExpenseTemplatesexpenseTypesitemizedExpenseTypes table, used to reference the specific template for itemized expenses. |
| ExpensetypesExpenseTypeId [KEY] | Long | Unique identifier for the expense type in the ExpenseTemplatesexpenseTypesitemizedExpenseTypes table, used to define the specific type of itemized expenses. |
| ExpenseTypeParentId [KEY] | Long | Identifier for the parent expense type of an itemized expense, linking itemized expenses to a broader category or type. |
| ExpenseTypeId [KEY] | Long | Unique identifier for the expense type associated with the itemized expense, helping to categorize and manage various expense types. |
| CreationDate | Datetime | Timestamp indicating when the itemized expense type record was created, allowing for tracking the creation process. |
| CreatedBy | String | Username of the individual who created the itemized expense type record, ensuring accountability for the creation of the data. |
| LastUpdateDate | Datetime | Timestamp of the most recent update to the itemized expense type record, used for tracking changes and ensuring data accuracy. |
| LastUpdatedBy | String | Username of the individual who last updated the itemized expense type record, providing traceability for modifications. |
| LastUpdateLogin | String | Session login associated with the user who last updated the itemized expense type record, ensuring transparency and auditability. |
| BindDate | Date | Date when the itemized expense type was bound to a specific record or context, marking its applicability for that date onward. |
| BindOrgId | Long | Unique identifier for the organization to which the itemized expense type is bound, ensuring it is linked to the correct organization. |
| ExpenseTemplateId | Long | Unique identifier for the expense template used with the itemized expense types, helping to associate itemized expenses with specific templates. |
| Finder | String | Search term or identifier used to locate and display specific itemized expense type records, facilitating data retrieval and management. |