TransferHistory
Represents the history of fixed asset transfers, capturing the transfer date, asset details, allocation, and associated journal entries.
Columns
| Name | Type | ReadOnly | Description |
| allocation_Href | String | True |
The URL of the allocation associated with this transfer history record. |
| allocation_Id | String | False |
The Id of the allocation associated with this transfer history record. |
| allocation_Key | String | False |
The system-assigned key of the allocation associated with this transfer history record. |
| asset_Href | String | True |
The URL of the asset associated with this transfer history record. |
| asset_Id | String | False |
The Id of the asset associated with this transfer history record. |
| asset_Key | String | False |
The system-assigned key of the asset associated with this transfer history record. |
| asset_Name | String | True |
The name of the asset associated with this transfer history record. |
| asset_State | String | False |
The state of the asset associated with this transfer history record. |
| auditCreatedBy | String | True |
The user who created the transfer history record. |
| auditCreatedDateTime | Datetime | True |
The date and time when the transfer history record was created. |
| auditModifiedBy | String | True |
The user who last modified the transfer history record. |
| auditModifiedDateTime | Datetime | True |
The date and time when the transfer history record was last modified. |
| href | String | True |
The URL of the transfer history resource. |
| id | String | True |
The unique identifier of the transfer history record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the transfer history record. |
| transferDate | Date | False |
The date on which the asset transfer occurred. |
| transferJournalEntry_Href | String | True |
The URL of the transfer journal entry associated with this transfer history record. |
| transferJournalEntry_Id | String | False |
The Id of the transfer journal entry associated with this transfer history record. |
| transferJournalEntry_Key | String | False |
The system-assigned key of the transfer journal entry associated with this transfer history record. |
| ListAggregate_JournalEntries | String | False |
The aggregate list of journal entries associated with this transfer history record. |