CustFreeInvoiceWorkflowDocument.parmInvoiceTotal Method [AX 2012]

Provides an invoice total amount on the workflow condition editor in the workflow configuration form.

Syntax

public InvoiceTotal parmInvoiceTotal(
    CompanyId _companyId, 
    TableId _tableId, 
    RecId _recId)

Run On

Called

Parameters

Return Value

Type: InvoiceTotal Extended Data Type
The sum of all the invoice line amounts.

See Also

Reference

CustFreeInvoiceWorkflowDocument Class