savemode="ONLOAD" causes any changes prior to launching the dialog to be saved when the dialog is opened. savemode="ONUNLOAD" causes changed to be saved when "OK" is clicked on he dialog. And savemode="ONLOADUNLOAD" causes changes to be saved when the dialog is opened and when "OK" is clicked.
If savemode is not specified, no changes will be normally saved until the user clicks Save on the toolbar. However, if there is a class file associated with the dialog, the class logic may force a close.
#Maximo#AssetandFacilitiesManagement