Maximo

 View Only
  • 1.  Set WO's asset via the Maximo map identify dialog

    Posted Fri January 31, 2020 04:51 PM

    Version: 7.6.1.1/Spatial 7.6.1

    Application: Work Order Tracking


    In the map tab of a work order, I want to identify on an asset and click a button in the dialog to set as WO's asset.

    enter image description here


    Is it possible to do this in a button in the map identify dialog?

    (I would also want to do this for Locations too.)



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



    #AssetandFacilitiesManagement
    #MaximoSpatial
    #Maximo


  • 2.  RE: Set WO's asset via the Maximo map identify dialog

    Posted Mon February 03, 2020 06:28 AM
    Edited by System Test Tue August 22, 2023 04:41 PM

    It is possible to do what you needed but requires a good knowledge of different technologies. As you know, the Spatial map is composed of widgets written in Javascript that communicate with the ESRI server and with Maximo. Therefore a possible approach could be:

    1. add the new button to the widget (modify js code or extend it)
    2. code the click event to send a message with the assetnum to a specific method of the WOTrack app-bean
    3. this method must be able to receive the message, decode it and then set the asset in the current workorder.

    PS: If you don't want to use Java for backend logic, you can probably use an action script.



    ------------------------------
    Diego Visentin
    EAM BU Director
    Tempestive S.p.A.
    Pordenone
    ------------------------------



  • 3.  RE: Set WO's asset via the Maximo map identify dialog

    Posted Thu May 14, 2020 08:52 AM
    Hi,

    You can Open the Map from the Asset field.  Use the Selection tool to select the Asset.  The Results Widget will open.  In the Results Widget, unselect any thing that is not the asset, select only the asset and click Update Field with the Current Value.  This is Out of the Box functionality :)





    ------------------------------
    Lacey Radabaugh
    Client Technical Professional
    IBM
    ------------------------------