Maximo Open Forum

 View Only
  • 1.  Table Control and Selected Records determination ???

    Posted 06-07-2023 05:36

    Hello all,

    As the above picture there is a table control containing data Some records are selected through the check box which is represent the "ID" record.
    The question is how do I know in the automation script which data record is selected ?
    Thanks in advance

    #Customizations
    #EverythingMaximo
    #Integrations
    #MaximoApplicationSuite
    #MaximoUserGroups

    ------------------------------
    Mohammad Moula
    eSolution
    ------------------------------


  • 2.  RE: Table Control and Selected Records determination ???

    Posted 06-07-2023 10:05

    You need to do something like this-

    selection = mboSet.getSelection()
    it = selection.iterator()
    while(ir.hasNext())
        selected = i.next()
        id = selected.getUniqueIDValue()
    ......


    ------------------------------
    Prashant Sharma
    Sedin Technologies
    Connect with me @ https://www.linkedin.com/in/psharmamaximo/

    #IBM Champion 2022
    #IBM Champion 2023
    ------------------------------



Newest Episode
Ep. 4 | System Properties in IBM Maximo

Watch Steven Shull walk through practical IBM Maximo system properties that can improve usability, query behavior, attachment handling, and the overall Maximo user experience.

MORE by Naviam Episode 4 cover
Watch Episode 4
Also available: Ep. 3 | Work Order Role-Based Application