Maximo

Maximo

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

 View Only
  • 1.  Remove Location / Asset Nums from Location / Asset drilldown

    Posted Wed October 13, 2021 10:41 AM
    Hello Guys,
    I latest Maximo, how can we remove Location and / or Asset Nums from Locations / Assets drilldown dialog box?

    An early and detailed reply will be greatly appreciated

    regards

    ------------------------------
    mx pro
    ON
    ------------------------------

    #Maximo
    #AssetandFacilitiesManagement


  • 2.  RE: Remove Location / Asset Nums from Location / Asset drilldown

    Posted Thu October 14, 2021 08:31 AM
    I'm not entirely sure what you're looking to do so I'm going to provide just some general guidance. First you need to determine if you're using the new drilldown (mxe.webclient.extendedDrilldown set to true) or not. This is a newer feature (I can't remember if it was 7.6.1.1 or 7.6.1.2).

    In Application Designer, in the Select Action menu open Export System XML->LIBRARY and save that to your computer. If you're using the legacy drilldown, search for id="drilldown". This is the dialog that pops up that has the Locations/Assets tab. If you're using the new drilldown you want to search for id="extended_drilldown".

    If you're looking to adjust the attributes displayed in the legacy drilldown look at the <tree elements inside of the dialog. This controls the attributes being displayed to the user. So if you wanted to display a different attribute this is where you would do it. 

    The new drilldown uses different elements (dojotreenodeattribute for example) but should be pretty easy to follow to adjust as well. 

    ------------------------------
    Steven Shull
    ------------------------------



  • 3.  RE: Remove Location / Asset Nums from Location / Asset drilldown

    Posted Thu October 14, 2021 09:25 AM
    thanks Steve
    That helped alot...

    ------------------------------
    mx pro
    ON
    ------------------------------