TaxWithholdReport_IN.post Method [AX 2012]

Post the Ledger voucher during the settlement process.

protected void post(
    LedgerDimensionDefaultAccount _ledgerDimensionId, 
    DimensionDefault _dimension, 
    CurrencyCode _currencyCode, 
    TaxWithholdAmount _taxAmount)

Run On

Called

Parameters

_ledgerDimensionId
Type: LedgerDimensionDefaultAccount Extended Data Type
Ledger dimension Id is used to post the ledger voucher.
_dimension
Type: DimensionDefault Extended Data Type
Dimension is used to post the ledger voucher.
_currencyCode
Type: CurrencyCode Extended Data Type
Currency code is used to post the ledger voucher.
_taxAmount
Type: TaxWithholdAmount Extended Data Type
Ledger voucher posts this amount value.

Community Additions

ADD
Show: