ExpenseSetupOptions
ExpenseSetupOptions
Columns
| Name | Type | Description |
| OptionId [KEY] | Long | Unique identifier of the row. |
| OrgId | Long | Identifier of the business unit. |
| OptionCode | String | Lookup code for the setup option code. |
| OptionMeaning | String | Lookup meaning for the setup option. |
| ValueCode | String | Lookup code for the setup option value. |
| ValueMeaning | String | Lookup meaning for the setup value. |
| CreationDate | Datetime | Date and time when the row was created. |
| CreatedBy | String | User who created the row. |
| LastUpdateLogin | String | Session login associated with the user who last updated the row. |
| LastUpdateDate | Datetime | Date and time when the row was last updated. |
| LastUpdatedBy | String | User who last updated the 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 |