Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Ends the update of selected records.
Syntax
protected void endUpdate()
Run On
Server
Remarks
The endUpdate method in the derived classes contains the code for ending the posting of the selected records 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 derived from the FormLetter class, and from the run method in the FormLetterEndMultiThread class.