SourceDocumentLineItem.initAccountingDistributionList Method [AX 2012]

Initializes an AccountingDistributionList class for the SourceDocumentLineItem class.

protected void initAccountingDistributionList(
    AccountingDistributionList _accountingDistributionList, 
    boolean _monetaryAmountRange, 
   [MonetaryAmountList _monetaryAmountList])

Run On

Server

Parameters

_accountingDistributionList
Type: AccountingDistributionList Class
The accounting distribution list.
_monetaryAmountRange
Type: boolean
true if more than one monetary amount is distributed; otherwise, false.
_monetaryAmountList
Type: MonetaryAmountList Class
The monetary amounts distributed.

Community Additions

ADD
Show: