Maximo

Maximo

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

 View Only
  • 1.  Is Nested Dialogue not possible in Maximo List Tab ?

    Posted 06/04/26 06:00 AM

    Hello Team, 

    I have a requirement to add location field in "Advanced Search" Dialogue in Asset Application.  I created location attribute and associated custom menutype as below. I created a sigoption with name - EG_DRILLDOWN and grant access in security group. when  I click on event Open Dialogue, getting errror - You are not authorized to perform this action. 

    Can someone help ?

    <menu id="EG_ASSETADVFILTERLOCATIONS">
    <menuitem event="selectvalue" id="eg_locations0" image="menu_icon_find.gif" label="Select Value"/>
    <menuitem event="eg_drilldown" id="eg_locations1" image="menu_icon_drilldown.gif" label="Open Dialogue"/>
    <menuitem event="applink" id="eg_locations3" image="menu_icon_link.gif" label="Go To"/>
    </menu>


    ------------------------------
    Pavan Uppalanchu
    ------------------------------


  • 2.  RE: Is Nested Dialogue not possible in Maximo List Tab ?

    Posted 06/05/26 03:40 AM

    Hi Pavan,

    Sigoptions are generally evaluated from the underlying MBO. So if your list tab is empty it has nothing to evaluate it from. If it's a dialog then just the event name should be enough to open it.

    Does it work when the list tab is populated? or without the Sigoption?

    Thanks



    ------------------------------
    Paul Irving
    Innovation Lead
    MACS EU
    ------------------------------



  • 3.  RE: Is Nested Dialogue not possible in Maximo List Tab ?

    Posted 06/05/26 11:08 AM

    Hello Paul,

    You are 150% correct. Thank you so much for the help !🙏

    Initially, I was trying with DRILLDOWN option and getting access error.  I created my own dialogue with similar drilldown configuration ( removed asset Tab in Drilldown).  I created the SIGOPTION name with same as dialog and grant access in security group. This works only if there is record in list tab. 

    After I deleted SIGOPTION, even no record in list tab. I was able to open the dialog. There seems to be some access issue with OOB DRILLDOWN. 

    Thanks, 

    Pavan Uppalanchu



    ------------------------------
    Pavan Uppalanchu
    ------------------------------



  • 4.  RE: Is Nested Dialogue not possible in Maximo List Tab ?

    Posted 06/07/26 01:25 AM

    One more request - Is it possible to hide section in the list tab dialog based on user's profile?



    ------------------------------
    Pavan Uppalanchu
    ------------------------------



  • 5.  RE: Is Nested Dialogue not possible in Maximo List Tab ?

    Posted 06/07/26 03:28 PM

    You can tie a signature option to a table column using application designer to hide that column for any users without that permission



    ------------------------------
    Regards,
    Sawan Mahajan
    ------------------------------



  • 6.  RE: Is Nested Dialogue not possible in Maximo List Tab ?

    Posted 06/08/26 03:35 AM

    Hello Sawan, 

    We should hide the section available in list Tab's dialog based on user's profile siteID. I gave the sigoption without having access to security groups but still showing in a dialog. 

    <section id="paintWorkssection" SIGOPTION="EG_HIDEPAINTWORKS">
    <table beanclass="psdi.webclient.beans.assetcat.SearchAttributeQbeBean" id="eg_PaintingWorks_table" label="Tower Painting Works" mboname="SEARCHATTRIBUTE">



    ------------------------------
    Pavan Uppalanchu
    ------------------------------