LedgerVoucherTransObject::newBasicMST_RU Method [AX 2012]

Initializes a new instance of the LedgerVoucherTransObject class using a ledger posting reference for an accounting currency amount

Syntax

client server public static LedgerVoucherTransObject newBasicMST_RU(
    LedgerVoucherObject _ledgerVoucherObject, 
    LedgerPostingType _posting, 
    LedgerDimensionAccount _ledgerDimensionId, 
    CurrencyCode _currencyCode, 
    AmountMST _amountMST, 
   [boolean _correct])

Run On

Called

Parameters

  • _correct
    Type: boolean
    A boolean parameter that determines if the general journal entry have to be correction.

Return Value

Type: LedgerVoucherTransObject Class
A new instance of the LedgerVoucherTransObject class.

See Also

Reference

LedgerVoucherTransObject Class