Maximo

Maximo

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

 View Only
  • 1.  Top-level classification as a classification field? (OOB)

    Posted 04/01/20 12:40 PM
    Edited by System Admin 03/22/23 11:51 AM
    7.6.1.1:

    Is there a way to include the top-level of a classification's hierarchy path as a field in the classifications application?
    • Out-of-box functionality would be preferred over an automation script.



    ------------------------------
    Thanks
    ------------------------------
    #AssetandFacilitiesManagement
    #Maximo


  • 2.  RE: Top-level classification as a classification field? (OOB)

    Posted 04/01/20 03:54 PM
    Related question here:

    Calculate top-level of hierarchy path?

    ------------------------------
    Thanks
    ------------------------------



  • 3.  RE: Top-level classification as a classification field? (OOB)

    Posted 04/02/20 04:24 AM
    I'm curious when you mean the top-level.  Do you mean the one used for CI's?  Not sure of the use-case.  Example please.

    ------------------------------
    Craig Kokay,
    Lead Senior Maximo/IoT Consultant
    ISW
    Sydney, NSW, Australia
    Ph: 0411-682-040
    ------------------------------



  • 4.  RE: Top-level classification as a classification field? (OOB)

    Posted 04/02/20 10:17 AM
    There's a ClassAncestor table that contain the data you're after.
    You can add a Read-only field to the application, specify CLASSSTRUCTURE.CLASSANCESTOR.ANCESTOR for attribute to display the data via relationship


    ------------------------------
    Viet Tran
    Product Manager
    Avenue Business Solutions
    Ho Chi Minh
    904666866
    ------------------------------



  • 5.  RE: Top-level classification as a classification field? (OOB)

    Posted 04/02/20 10:58 AM
    Edited by System Admin 03/22/23 11:52 AM


  • 6.  RE: Top-level classification as a classification field? (OOB)

    Posted 04/02/20 10:19 AM
    Are you asking for something different from the classification path fields?


    ------------------------------
    Robert Goff
    ------------------------------



  • 7.  RE: Top-level classification as a classification field? (OOB)

    Posted 04/02/20 10:50 AM
    Edited by System Admin 03/22/23 11:49 AM

    This is what I'm referring to:



    ------------------------------
    Thanks
    ------------------------------



  • 8.  RE: Top-level classification as a classification field? (OOB)

    Posted 04/03/20 10:33 AM
    In Database Configuration, add this relationship to the CLASSSTRUCTURE object:
    • Name: OTCFIRSTCLASS
    • Where: parent is null and classstructureid in (select ancestor from classancestor where classstructureid = :classstructureid)
    • Child: CLASSSTRUCTURE
    • Remarks: Top level classification above this one. First classification in the path to this one. Ancestor classification that has no parent.
    Put a textbox in the Classifications application and set the Attribute property to OTCFIRSTCLASS.CLASSIFICATIONID.

    Note: Following good practice, I prefixed the name of this custom relationship on an OOTB object with OTC for Ontracks Consulting. I expect you would adjust to suit your situation.

    ------------------------------
    Blessings,
    Jason Uppenborn
    Sr. Technical Maximo Consultant
    Ontracks Consulting
    ------------------------------