PurchReqDocument::approvalAmountExclTaxStatic Method [AX 2012]
Calculates the total amount of the exclusion of tax for the purchase requisition.
server public static PurchReqAmountApprovalExclTax approvalAmountExclTaxStatic(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: PurchReqAmountApprovalExclTax Extended Data TypeThe total amount of the purchase requisition.
Show: