PurchCommitmentBalanceSummaryCalc_PSN::getBudgetSourceAmount Method [AX 2012]

Gets the sum of all amounts of a budget source for a given source document line.

client server public static Amount getBudgetSourceAmount(RefRecId _sourceDocumentLineId, [boolean _allowDraft])

Run On

Called

Parameters

_sourceDocumentLineId
Type: RefRecId Extended Data Type
The source document line RefRecId for which the amounts are to be returned.
_allowDraft
Type: boolean
A boolean specifying if the draft budget reservations should be returned.

Return Value

Type: Amount Extended Data Type
A budget source amount.
Show: