PurchReqDocument::approvalAmountStatic Method [AX 2012]

Calculates total amount for the purchase requisition.

server public static PurchReqAmountApproval approvalAmountStatic(RecId _purchReqTableRecId, CurrencyCode _currencyCode)

Run On

Server

Parameters

_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 Type
The total amount of the purchase requisition.
Show: