Share via


AssetProposalDepreciation.createDeprecionAdjustmentTrans Method [AX 2012]

Creates a transaction for an asset journal specifically for the Depreciation Adjstments.

Syntax

private void createDeprecionAdjustmentTrans(
    AssetAmount _priorYearsDepreciation, 
    AssetAmount _totalDepreciation, 
    AssetTableInterval _assetTableInterval, 
    AssetJournal _assetJournal, 
    real _sumDepPeriodPriorYears, 
    real _sumDepPeriodCurrentYear, 
    AssetBook _assetBook, 
    AssetTransDate _firstTransDate, 
    AssetTransDate _lastTransDate)

Run On

Called

Parameters

  • _sumDepPeriodPriorYears
    Type: real
    sumDepPeriodPriorYears
  • _sumDepPeriodCurrentYear
    Type: real
    sumDepPeriodCurrentYear

Remarks

Added a new method to check whether generated transaction need to be created as sumarized journal or not.

See Also

Reference

AssetProposalDepreciation Class