Share via


SourceDocumentLineItem.calculateSourceDocumentAmountMap Method [AX 2012]

Calculates the amount map for the line.

Syntax

protected abstract SourceDocumentAmountMap calculateSourceDocumentAmountMap()

Run On

Server

Return Value

Type: SourceDocumentAmountMap Class
A new instance of the SourceDocumentAmountMap class.

Remarks

This map is cached in the parmSourceDocumentAmountMap method. All consumers should use that method to retrieve the map because it will call this method as necessary.

See Also

Reference

SourceDocumentLineItem Class