Maximo

Maximo

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  Significance of savemode="ONLOAD" for dialog

    Posted Mon June 29, 2020 09:48 AM
    Hi All,

    Can anyone let me know the significance of using SAVEMODE="ONLOAD"  with a dialog box in library.xml .Is it mandatory to associate any savemode for a dialog box in Maximo


    Thanks in Advance!


    ------------------------------
    Sreekala R
    ------------------------------

    #AssetandFacilitiesManagement
    #Maximo


  • 2.  RE: Significance of savemode="ONLOAD" for dialog

    Posted Tue June 30, 2020 09:59 AM
    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


  • 3.  RE: Significance of savemode="ONLOAD" for dialog

    Posted Mon July 27, 2020 09:37 AM

    Hi Julio,

    Thanks for the response

    Regards,

    Sreekala R



    ------------------------------
    Sreekala R
    ------------------------------