Share via


CustBillingCodeVersion.getAllowChangeLedgerAcc Method

Gets the value of the AllowChangeLedgerAccount field.

Syntax

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 boolean getAllowChangeLedgerAcc(RecId _sourceDocumentLine)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean getAllowChangeLedgerAcc(RecId _sourceDocumentLine)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public boolean getAllowChangeLedgerAcc(RecId sourceDocumentLine)

  Microsoft Dynamics AX 2012 (FPK)
          public boolean getAllowChangeLedgerAcc(RecId sourceDocumentLine)

Run On

Called

Parameters

Return Value

Type: boolean
A Boolean value that indicates whether the ledger account changes are allowed.

Remarks

The value of the AllowChangeLedgerAccount field indicates whether the ledger account changes are enabled.

See Also

Reference

CustBillingCodeVersion Table