Maximo

Maximo

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

 View Only
  • 1.  How does ROUTE_STOP.ASSETDESCRIPTION get generated?

    Posted 07/08/21 05:08 PM
    MAM 7.6.1.2:

    In the Routes application, the route stops section has a Asset/Location Description field:




    I don't think I understand how that non-persistent field gets generated.
    Is there a Java class somewhere that gets the asset description or location description?

    Thanks.
    #Maximo
    #AssetandFacilitiesManagement


  • 2.  RE: How does ROUTE_STOP.ASSETDESCRIPTION get generated?

    Posted 07/08/21 05:15 PM
    The ASSETDESCRIPTION is populated by the Mbo class on its init method.  The psdi.app.route.RouteStop class has a private method named setAssetDescription that is called as part of the init method of the Mbo.

    ------------------------------
    Jason VenHuizen
    ------------------------------