PurchTableDocument.parmCalcDeltaInvoiceAmountPct Method [AX 2012]

Calculates, as a percentage, the difference between the actual purchase order invoice amount and the latest approved purchase order.

public InvoiceAmountDeltaPct parmCalcDeltaInvoiceAmountPct(
    CompanyId _companyId, 
    TableId _tableId, 
    RecId _recId)

Run On

Called

Parameters

_companyId
Type: CompanyId Extended Data Type
The company ID that corresponds to the workflow instance.
_tableId
Type: TableId Extended Data Type
The table ID that corresponds to the workflow instance.
_recId
Type: RecId Extended Data Type
The record ID that corresponds to the workflow instance.

Return Value

Type: InvoiceAmountDeltaPct Extended Data Type
A CalcInvoiceAmount value, multiplied by 100; otherwise, 100.

Community Additions

ADD
Show: