AssetPost.post Method [AX 2012]

Posts the asset transaction and updates the related AssetTable record and the AssetBook record.

NoteNote

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.


  Microsoft Dynamics AX 2012 R3
          public void post(
           [boolean _updateLedger, 
            boolean _autoDerivedPosting, 
            boolean postToCurrent, 
            boolean postToFAOffset])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void post(
           [boolean _updateLedger, 
            boolean _autoDerivedPosting, 
            boolean postToCurrent, 
            boolean postToFAOffset])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void post([boolean _updateLedger, boolean _autoDerivedPosting])

  Microsoft Dynamics AX 2012 (FPK)
          public void post([boolean _updateLedger, boolean _autoDerivedPosting])

  Microsoft Dynamics AX 2012 (SYS)
          public void post([boolean _updateLedger, boolean _autoDerivedPosting])

Run On

Server

Parameters

_updateLedger
Type: boolean
A Boolean value that indicates whether to update the general ledger.
_autoDerivedPosting
Type: boolean
A Boolean value that indicates whether to update the derived Value Models and Depreciation Books.
postToCurrent
Type: boolean

postToFAOffset
Type: boolean

Community Additions

ADD
Show: