Share via


RAssetPost_DisposalSale.getPostingType Method [AX 2012]

Gets the ledger posting type for the posting value type.

Syntax

public LedgerPostingType getPostingType(RAssetPostValue _postValue, boolean _debit)

Run On

Server

Parameters

  • _debit
    Type: boolean
    A Boolean value: true if the posting type must be defined for the debit side of the general ledger transaction; false if it must be defined for the credit side.

Return Value

Type: LedgerPostingType Enumeration
The ledger posting type for the general ledger transaction.

See Also

Reference

RAssetPost_DisposalSale Class