projectexpensetype
Defines types of project expenses (such as travel, materials, or consulting fees), used for project cost tracking.
Columns
| Name | Type | References | Description |
| account | String | The account associated with the record, used to track financial transactions or customer accounts. | |
| description | String | A detailed description of the record, providing additional context or information about the entity or item. | |
| externalid | String | A unique identifier assigned to the record by an external system, used for integration or synchronization across different platforms. | |
| isinactive | Boolean | Indicates whether the record is inactive, often used to flag records that are no longer in use or should be excluded from active processes. | |
| name | String | The name associated with the record, typically used for identification or display purposes in user interfaces or reports. |