ExpenseDffContexts
Houses descriptive flexfield contexts for expenses and reports, enabling tailored data collection for various business use cases.
Columns
| Name | Type | Description |
| RowIdentifier [KEY] | String | Unique identifier for each row in the ExpenseDffContexts table, used to distinguish individual records. |
| ApplicationId | Long | The ID of the application to which the expense descriptive flexfield (DFF) context belongs, linking it to a specific financial application. |
| DescriptiveFlexfieldCode | String | Code identifying the specific descriptive flexfield associated with the expense context, used for categorizing and referencing flexfield data. |
| ContextCode | String | A unique code representing the context of the descriptive flexfield, used to group and differentiate between various flexfield setups. |
| ContextIdentifier | String | A unique identifier for the context within the descriptive flexfield, used for referencing the specific configuration in business operations. |
| EnabledFlag | Bool | Flag indicating whether the descriptive flexfield context is enabled for use. A true value means it is active, while false means it is disabled. |
| ProtectedFlag | Bool | Indicates whether the descriptive flexfield context is protected from modifications. A true value means the context cannot be altered by users. |
| MultirowFlag | Bool | Flag specifying if the descriptive flexfield context supports multiple rows of data. A true value means it allows multiple entries. |
| TranslatableFlag | Bool | Indicates whether the descriptive flexfield context is translatable into different languages. A true value means the context can be localized. |
| CreationDate | Datetime | Date and time when the expense DFF context was created, providing a record of its initialization. |
| CreatedBy | String | User who created the expense descriptive flexfield context, often used for auditing purposes. |
| LastUpdateDate | Datetime | Date and time when the expense DFF context was last updated, indicating the most recent modification. |
| LastUpdatedBy | String | User who last updated the expense descriptive flexfield context, helpful for tracking changes in the system. |
| LastUpdateLogin | String | Login identifier associated with the last update to the expense DFF context, used for tracking session information during updates. |
| Name | String | The name given to the expense descriptive flexfield context, used to identify it within the financial system. |
| Description | String | A brief description of the expense DFF context, providing additional details for users about its purpose and usage. |
| InstructionHelpText | String | Text providing instructional help for users on how to fill out or use the expense descriptive flexfield context. |
| Finder | String | The search mechanism or query associated with the expense descriptive flexfield context, used to help locate related records or data. |