CustPostInvoiceJob::refreshFormData Method [AX 2012]

Refreshes the data sources of the caller form.

client protected static void refreshFormData(CustInvoiceTable _custInvoiceTable, int _numberOfEffectedRecords)

Run On

Client

Parameters

_custInvoiceTable
Type: CustInvoiceTable Table
The pointer that points to the CustInvoiceTable record currently selected on the form.
_numberOfEffectedRecords
Type: int
The number of invoices posted by the job.
Show: