Maximo Open Forum

 View Only
  • 1.  Start Center Result Set

    Posted 09-25-2024 07:43

    Is there a way to get related tables in a start center result set? In particular, for an Inventory result set, only the "Inventory Details" are available, no other tables (for inventory balances and item descriptions). The object structures have the correct relationships, but they don't show when designing the result set.


    #Administration
    #Inventory

    ------------------------------
    Jason Johnson
    RSI
    ------------------------------


  • 2.  RE: Start Center Result Set

    Posted 09-26-2024 10:54

    The "object structure" listed below the application can be opened in the Object Structures app. Make a copy and add the related MBOs, and they should appear in the Object List in a tree.



    ------------------------------
    Robert Goff
    Xanterra Travel Collection
    ------------------------------



  • 3.  RE: Start Center Result Set

    Posted 09-26-2024 11:00

    I thought that might be the case, but our object structure already has the relationships we're looking for.



    ------------------------------
    Jason Johnson
    RSI
    ------------------------------



  • 4.  RE: Start Center Result Set

    Posted 09-26-2024 12:26

    Jason,

    In Report Administration, does the User's Security Group have access to the "Inventory Details" Report Object Structure?  You might want to check there as well.



    ------------------------------
    Steve Platt
    Maximo Administrator
    Georgia Building Authority
    ------------------------------



  • 5.  RE: Start Center Result Set

    Posted 09-26-2024 12:34

    Same as your screenshot. I'm designing the result set as a member of MAXADMIN.



    ------------------------------
    Jason Johnson
    RSI
    ------------------------------



  • 6.  RE: Start Center Result Set

    Posted 09-26-2024 14:51

    The 1:many tables like INVBALANCES are not supported in result sets. You can get them to display by enabling the webclient.allowMultipleCardinality system property, but it will only ever display 1 row for the main object. More specifically, you could have 10 bins for a part in inventory. You will see data from only 1 bin.

    Item is 1:1 but I assume the correct cardinality wasn't set when you added that object to the object structure. In the object structures application, make sure you define it as SINGLE cardinality. Multiple, undefined, or null will be treated as one to many relationships



    ------------------------------
    Steven Shull
    IBM
    ------------------------------