Maximo Open Forum

 View Only
  • 1.  How to hide classification id?

    Posted 03-01-2023 12:36

    Good afternoon all,

    I have what I hope is an easy question.

    Is there a way to hide the classification ID when classifying something on the WO screen (highlighted in image)?

    Thanks!

    Rob

    Classification highlighted

    #Customizations
    #EndUser
    #WorkManagement

    ------------------------------
    Rob Radcliff
    Wake County GSA
    ------------------------------


  • 2.  RE: How to hide classification id?

    Posted 03-02-2023 02:39

    Good day,

    You can find the dialog in the Library.xml and just change the display attribute to false and check if it works.

    -<dialog id="associateClassification" label="Classify">


    -<tree id="associateClassification_tree" mboname="CLASSSTRUCTURE" beanclass="psdi.webclient.beans.assetcat.AssociateSpecBean" width="600" height="250" maxchildren="1000" openfirstlevel="false">


    -<treenode id="associateClassification_tree_node1" keyattribute="classstructureuid" displayobjectname="false" displaykeyattribute="false" objectname="CLASSSTRUCTURE">

    <treeattribute id="associateClassification_tree_node1_attr1" dataattribute="classificationid" display="true"/>

    <treeattribute id="associateClassification_tree_node1_attr2" dataattribute="classificationdesc" display="true"/>

    </treenode>

    </tree>


    -<buttongroup id="associateClassification_2">

    <pushbutton id="associateClassification_2_2" label="Cancel" mxevent="dialogcancel" default="true"/>

    </buttongroup>

    </dialog>



    ------------------------------
    Mahadevan Ramakrishnan
    ------------------------------



  • 3.  RE: How to hide classification id?

    Posted 03-07-2023 17:07

    Hi Mahadevan,

    Thanks for the response. It looks like what you propose will work. Two follow-up questions:

    1) We see where we can download Library.xml in the Asset app. Where can we upload it?

    2) Will the changes affect all the apps, or just the Asset app?

    Thanks.



    ------------------------------
    Rob Radcliff
    Wake County GSA
    ------------------------------



  • 4.  RE: How to hide classification id?

    Posted 03-03-2023 09:45
    Hi Rob,

    You can use class structure use with to define if a classification can be used in a work order.
    If you have some other logic to filter the classification list for certain work order data then you can use global data restrictions or security group level data restrictions for work order object.

    Thanks,
    Biplab

    ---------------------------------
    Biplab Choudhury
    BPD Zenith Australia
    ---------------------------------