PurchReqDocument::approvalAmountStatic Method [AX 2012]
Calculates total amount for the purchase requisition.
server public static PurchReqAmountApproval approvalAmountStatic(RecId _purchReqTableRecId, CurrencyCode _currencyCode)
Run On
ServerParameters
- _purchReqTableRecId
- Type: RecId Extended Data Type
The record ID of the PurchReqTable record.
- _currencyCode
- Type: CurrencyCode Extended Data Type
Return Value
Type: PurchReqAmountApproval Extended Data TypeThe total amount of the purchase requisition.
Show: