SourceDocumentAmountList.addEnd Method [AX 2012]
Adds a SourceDocumentAmount class to the end of the list.
Syntax
public SourceDocumentAmount addEnd(SourceDocumentAmount _sourceDocumentAmount)
Run On
Called
Parameters
- _sourceDocumentAmount
Type: SourceDocumentAmount Class
The SourceDocumentAmount class to add to the end of the list.
Return Value
Type: SourceDocumentAmount Class
The SourceDocumentAmount class that is added to the list.