
DoSave
Syntax
DoSave()
Description
Use the DoSave function to save the current page. DoSave defers processing to the end of the current PeopleCode program event, as distinct from DoSaveNow, which causes save processing (including SaveEdit, SavePreChange, SavePostChange, and Workflow PeopleCode) to be executed immediately.
DoSave can be used only in FieldEdit, FieldChange, or MenuItemSelected PeopleCode