CustVendDirective_PSN::getDistributedAmountInBudgetingCurrency Method
Gets the distributed amount in the budgeting currency.
Syntax
client server public static Amount getDistributedAmountInBudgetingCurrency(
RefRecId _sourceDocumentLine,
DistributionLinesToSum_PSN _linesToSum,
boolean _recursive,
[boolean _reverseSignForTax])
Run On
Called
Parameters
- _sourceDocumentLine
Type: RefRecId Extended Data Type
The SourceDocumentLine object for which to get the amount.
- _linesToSum
Type: DistributionLinesToSum_PSN Enumeration
A DistributionLinesToSum_PSN enum value indicating what lines to include in the summed amount.
- _recursive
Type: boolean
A Boolean value that indicates whether to get the distributed amount for the SourceDocumentLine object and its children.
- _reverseSignForTax
Type: boolean
A Boolean value that indicates whether to reverse the sign for Taxes.
Return Value
Type: Amount Extended Data Type
The distributed amount in budgeting currency.