LedgerPostBatch.run Method [AX 2012]

Executes the posting task.

public void run()

Run On

Called

This is the entry point of the batch task. This is written so that there is an "all-or-nothing" behavior (complete transactional roll-back) for things run inside the batch. Posts outside a batch can still partially finish in the presence of errors.

Community Additions

ADD
Show: