CustPostInvoice.run Method [AX 2012]

Contains the code that does the actual job of the class.

public void run()

Run On

Server

After an IL transition is done the posting results are returned to this instance in a result container.

In addition to this the contents of the custInvoiceTable buffer is reread to let the callers of this class to use it after posting is done.

In case there is a need to use some other values stored in this instance, make sure the code in this method is modified to refresh them here after CustPostInvoice::staticRunIL or return the needed results in the container.

Community Additions

ADD
Show: