ProjInvoiceJournalPost.endUpdate Method [AX 2012]
Ends the update of the selected records.
The endUpdate method in the derived classes contains the code to end the posting of the selected records that are posted by the derived FormLetter class. For example the endUpdate method in the SalesFormLetter class ends the update for the selected sales orders. The endUpdate method is added to the FormLetter class so that you can run the endUpdate method when you post in batch. The endUpdate method is called from the run method in the abstract classes that are derived from the FormLetter class, and from the run method in the FormLetterEndMultiThread class.
Community Additions
ADD
Show: