expensecategory
Tracks categories of expenses, used for organizing and classifying financial data across business operations.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | The unique internal identifier for the record, used to track and reference it within the system. | |
| defaultrate | Double | The default rate associated with the record, typically used to apply a standard rate for charges or transactions. | |
| description | String | A detailed description of the record, providing additional context or information about its purpose or contents. | |
| expenseacct | String | The expense account associated with the record, used for tracking the financial account to which the expense is allocated. | |
| expenseitem | String | The specific item or category of expense, used to classify and track different types of expenses. | |
| externalid | String | An external identifier used to link the record with external systems or services, ensuring integration and synchronization. | |
| isinactive | Boolean | Indicates whether the record is marked as inactive, meaning it is no longer in use or relevant in current processes. | |
| name | String | The name associated with the record, typically used for identification or reference purposes within the system. | |
| personalcorporatecardexpense | Boolean | Indicates whether the expense is associated with a personal corporate card, used for managing card-based expenses. | |
| raterequired | Boolean | Indicates whether a rate is required for the expense, typically used for transactions that need specific pricing or fee application. |