expenseamortizationevent
Stores data on expense amortization events, used for managing and recording the spreading of expense costs over time.
Columns
| Name | Type | References | Description |
| amount | Decimal | The monetary amount associated with the record, typically representing the value of a transaction or charge. | |
| cumulativepercentcomplete | String | The percentage indicating the cumulative progress or completion of the event or task, often used in project tracking. | |
| customform | String | The custom form associated with the record, often used to manage specific data entry forms or templates tailored for business needs. | |
| eventdate | Date | The date of the event, used to track when the event took place or is scheduled to take place. | |
| eventpurpose | String | The purpose of the event, typically used to describe the reason or goal for organizing the event. | |
| eventtype | String | The type of event, such as 'Meeting', 'Conference', or 'Webinar', used for categorization and reporting. | |
| externalid | String | An external identifier used to link the record with external systems or services, enabling integration and synchronization. | |
| quantity | Double | The quantity associated with the record, typically representing the number of units or items involved in the transaction. | |
| transactionline | String | The specific line item within the transaction, used to track details or components of a larger transaction. |