Maximo

Maximo

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

 View Only
  • 1.  Problems Saving Changes From Dialog via Automation Script

    Posted Thu February 03, 2022 02:55 PM

    Hello,

    I've built a custom application in Maximo following whatever best practices I could find, however I am running into issues with saving changes from a dialog box.

    The application is a type of schedule, and consists of mainly one page with 4 tables on it... table A's selection filters table B, table B filters table C, and the same for table D - a basic hierarchical relationship.

    The last table is a list of assignments, and in order to make changes to those assignments, or add a new one, the user clicks a button that opens a dialog box. To cut to the chase, everything is working great - except that when the user closes the dialog and a "DialogOk" event is triggered, the changes are saved, but all the selections on each table are reset to the first row in each table.

    Therefore, my question is either how do I save the dialog changes WITHOUT resetting all related table selections, or how can I set selected table rows from my "Save" automation script (which triggers when user closes the dialog)?

    Or am I approaching this issue in totally the wrong way? I have an automation script that needs to run when the user closes the dialog as there are a few changes that need to be made based on their selections.

    Thanks!






    #AssetandFacilitiesManagement
    #Support
    #SupportMigration
    #Maximo


  • 2.  RE: Problems Saving Changes From Dialog via Automation Script