ProjectAccountingDistributionRepository.distributionsForCommitment Method [AX 2012]

Retrieves a list of AccountingDistribution records that will be used to create project commitments.

public Map distributionsForCommitment(
    RefRecId _sourceDocumentLine, 
   [SourceDocumentLineItem _relievingSourceDocumentLineItem, 
    RefRecId _deletedSourceDocumentLine])

Run On

Called

Parameters

_sourceDocumentLine
Type: RefRecId Extended Data Type
A record of the SourceDocumentLine table.
_relievingSourceDocumentLineItem
Type: SourceDocumentLineItem Class
_deletedSourceDocumentLine
Type: RefRecId Extended Data Type

Return Value

Type: Map Class
A list of AccountingDistribution records.

Community Additions

ADD
Show: