LedgerJournalEngine.setAssetDepStartDate Method [AX 2012]

Sets the asset depreciation start date for the primary account and offset account of asset book changes.

Syntax

public void setAssetDepStartDate(
    LedgerJournalTrans _ledgerJournalTrans, 
    LedgerJournalTrans_Asset _ledgerJournalTrans_Asset, 
   [boolean _forceSet])

Run On

Called

Parameters

  • _ledgerJournalTrans
    Type: LedgerJournalTrans Table
    The LedgerJournalTrans table buffer that stores part of the transaction.
  • _forceSet
    Type: boolean
    A Boolean value that forces the depreciation start date to be set; optional.

Remarks

The _forceSet parameter causes this method to ignore whether any field values have changed and set the DepreciationStartDate field on the specified LedgerJournalTrans_Asset table buffer passed in as a parameter.

See Also

Reference

LedgerJournalEngine Class