AssetPost.post Method [AX 2012]
Posts the asset transaction and updates the related AssetTable record and the AssetBook record.
Note |
|---|
|
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
ServerCommunity Additions
ADD
Show:
Note