ExpenseSetupOptions
Consolidates company-wide expense configurations and preferences, defining processes like workflow routing and policy thresholds.
Columns
| Name | Type | Description |
| OptionId [KEY] | Long | Unique identifier assigned to each row in the table, used to reference specific setup options. |
| OrgId | Long | Identifier of the business unit to which the setup option belongs, typically representing an organization or department. |
| OptionCode | String | A lookup code that uniquely identifies a specific setup option in the system, allowing for easy referencing. |
| OptionMeaning | String | The meaning or description associated with the setup option code, providing context to the option. |
| ValueCode | String | A lookup code that identifies a specific value for the setup option, typically representing predefined options or configurations. |
| ValueMeaning | String | The description or meaning of the value code, providing clarity on the option's function or purpose. |
| CreationDate | Datetime | The timestamp indicating when the row was initially created in the system, used for tracking data history. |
| CreatedBy | String | The username of the individual who created the row, helpful for auditing and accountability purposes. |
| LastUpdateLogin | String | The session login associated with the user who last updated the row, useful for tracking the origin of the last modification. |
| LastUpdateDate | Datetime | The timestamp indicating when the row was last updated, essential for maintaining version control and data integrity. |
| LastUpdatedBy | String | The username of the individual who last modified the row, used for tracking updates and changes. |
| Finder | String | A search term or filter used to find specific rows or records based on predefined criteria, enhancing query efficiency. |