DepreciationSchedule
Represents depreciation schedules for assets, tracking accumulated depreciation amounts, depreciable cost, historical posting data, and associated depreciation rule settings.
Columns
| Name | Type | Description |
| accumulatedDepreciationAmount | String | The total depreciation accumulated to date on this schedule. |
| assetDepreciationRule_Href | String | The URL of the asset depreciation rule associated with this schedule. |
| assetDepreciationRule_Id | String | The Id of the asset depreciation rule associated with this schedule. |
| assetDepreciationRule_Key | String | The system-assigned key of the asset depreciation rule associated with this schedule. |
| assetDepreciationRule_UseSalvageValue | Bool | Indicates whether the salvage value is used in the depreciation calculation for this schedule. |
| asset_AssetCost | String | The original cost of the asset associated with this depreciation schedule. |
| asset_Href | String | The URL of the asset associated with this depreciation schedule. |
| asset_Id | String | The Id of the asset associated with this depreciation schedule. |
| asset_Key | String | The system-assigned key of the asset associated with this depreciation schedule. |
| asset_Name | String | The name of the asset associated with this depreciation schedule. |
| asset_SalvageValue | String | The salvage value of the asset associated with this depreciation schedule. |
| auditCreatedBy | String | The user who created the depreciation schedule. |
| auditCreatedDateTime | Datetime | The date and time when the depreciation schedule was created. |
| auditModifiedBy | String | The user who last modified the depreciation schedule. |
| auditModifiedDateTime | Datetime | The date and time when the depreciation schedule was last modified. |
| depreciableCost | String | The depreciable cost used as the basis for calculating depreciation on this schedule. |
| historicalAccumulatedDepreciationAmount | String | The accumulated depreciation amount recorded prior to the asset being entered into the system. |
| historicalLastPostedDate | Date | The date of the last historically posted depreciation entry for this schedule. |
| historicalPostedPeriods | Int | The number of depreciation periods posted historically prior to system entry. |
| href | String | The URL of the depreciation schedule resource. |
| id | String | The unique identifier of the depreciation schedule. |
| key [KEY] | String | The system-assigned key that uniquely identifies the depreciation schedule record. |
| remainingDepreciationAmount | String | The remaining depreciation amount yet to be posted on this schedule. |
| state | String | The current state of this depreciation schedule, such as active or closed. |
| totalAccumulatedDepreciationAmount | String | The total accumulated depreciation amount including both historical and posted entries. |
| ListAggregate_DepreciationScheduleEntries | String | The aggregate list of depreciation schedule entries associated with this schedule. |