ProjectCommitmentFacade::keyFromAccountingDistribution Method [AX 2012]

Concatenates the accounting distribution values that are used as a map key when summarizing accounting distribution values.

client server private static str keyFromAccountingDistribution(
    SourceDocumentLine _sourceDocumentLine, 
    AccountingDistribution _accountingDistribution, 
    ProjectAccountingDistribution _projectAccountingDistribution)

Run On

Called

Parameters

_sourceDocumentLine
Type: SourceDocumentLine Table
A record in the SourceDocumentLine table.
_accountingDistribution
Type: AccountingDistribution Table
A record in the AccountingDistribution table.
_projectAccountingDistribution
Type: ProjectAccountingDistribution Table
A record in the ProjectAccountingDistribution table.

Return Value

Type: str
A concatenated string that is used as a map key when summarizing accounting distribution values.
Show: