Asset Depreciation DMO

Represents the financial reduction in the value of an asset over time due to usage or obsolescence.

Object API Name: std__AssetDepreciationDmo__dlm
Category: Unassigned
Availability: Available in 262 and later versions
Primary Key Field: Id

  • AssetId has a FOREIGNKEY relationship with the Asset DMO Id field.
  • DepreciationPlanId has a FOREIGNKEY relationship with the Depreciation Plan DMO Id field.
  • Field API Name: std__AccumulatedDepreciationAmt__c
  • Data Type: CURRENCY
  • Description: The total depreciation amount accumulated from the depreciation schedule.
  • Field API Name: std__AcquisitionCostAmt__c
  • Data Type: CURRENCY
  • Description: The total amount paid to acquire the asset.
  • Field API Name: std__AssetId__c
  • Data Type: TEXT
  • Description: The asset record associated with the depreciation details.
  • Field API Name: std__cdp_sys_record_currency__c
  • Data Type: TEXT
  • Description: System-generated metadata field that stores a 3-letter ISO currency code.
  • Field API Name: std__CurrentBookValueAmt__c
  • Data Type: CURRENCY
  • Description: The asset's current value, calculated as the acquisition cost minus accumulated depreciation.
  • Field API Name: std__DataSourceId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__DataSourceObjectId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__DepreciationDayOfMonth__c
  • Data Type: DOUBLE
  • Description: The day of the month when depreciation expenses are recorded.
  • Field API Name: std__DepreciationEndDate__c
  • Data Type: DATEONLY
  • Description: The date when the depreciation calculation ends.
  • Field API Name: std__DepreciationPlanId__c
  • Data Type: TEXT
  • Description: The depreciation plan governing the calculation for this asset.
  • Field API Name: std__DepreciationPostingPeriodName__c
  • Data Type: TEXT
  • Description: The accounting period during which the depreciation is posted.
  • Field API Name: std__DepreciationStartDate__c
  • Data Type: DATEONLY
  • Description: The date when the depreciation calculation begins.
  • Field API Name: std__Id__c
  • Data Type: TEXT
  • Description: The unique identifier for the asset depreciation record.
  • Field API Name: std__InternalOrganizationId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__NameInterfaceField__c
  • Data Type: TEXT
  • Description: Name of this record.
  • Field API Name: std__NextDepreciationDate__c
  • Data Type: DATEONLY
  • Description: The scheduled date for the asset's next depreciation calculation.
  • Field API Name: std__SalvageValueAmt__c
  • Data Type: CURRENCY
  • Description: The estimated residual value of the asset at the end of its useful life.
  • Field API Name: std__UsefulLifeNbr__c
  • Data Type: DOUBLE
  • Description: The estimated duration of the asset's useful life for depreciation purposes.
  • Field API Name: std__UsefulLifeUnitType__c
  • Data Type: TEXT
  • Description: The unit of time, such as months or years, used to measure the asset's useful life.