Share via


SourceDocumentLineItem.initAccountingDistributionList Method [AX 2012]

Initializes an AccountingDistributionList class for the SourceDocumentLineItem class.

Syntax

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

Run On

Server

Parameters

  • _monetaryAmountRange
    Type: boolean
    true if more than one monetary amount is distributed; otherwise, false.

See Also

Reference

SourceDocumentLineItem Class