Maximo Open Forum

 View Only
  • 1.  Getting All Values Entered In A Table Before Save

    Posted 09-05-2024 15:54

    Hi All,

    I am facing challenges getting all values entered into a table. 
    mbo.getMboSet and mbo.getThisMboSet only gets the current row and not all the newly entered rows before save.

    Can you assist with this please?

    Regards


    #Administration
    #Customizations

    ------------------------------
    Docktor Kyeremeh
    Tullow Oil Ghana Limited
    ------------------------------


  • 2.  RE: Getting All Values Entered In A Table Before Save

    Posted 09-16-2024 01:54

    Hi -This is the OOB Behavior. There is no such method which will you all MBOs which are added.  You need to use startIndex and below method can help you to fetch the newly added rows.

    select(int startIndex, int count)
    Marks the a set of Mbos starting from startIndex Selected.
    select(java.util.Vector mboIndices)
    Marks a set of Mbo's Selected in one call by taking all the indices of mbos.


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

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