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
    ------------------------------