Maximo

Maximo

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

 View Only
  • 1.  Change Work Order Flow

    Posted Fri December 04, 2020 08:22 AM

    I am new in maximo asset management, just try to learn it this week. and would like to know which java class that was using in work order tracking? I want to change the rule how GL Account is select. By default when we select the asset that we want to repair, it will automatically fill GL Account based on GL account that we configure in Location (correct me if i am wrong in this). And I want to add a boolean field, so if this field is true it will fill the GL account that we set GL account field in location, but if false it will get GL account from others field that I add in the location. Is there anyone who can tell me the class that i need to change.

    Regards






    #AssetandFacilitiesManagement
    #SupportMigration
    #Support
    #Maximo


  • 2.  RE: Change Work Order Flow

    Posted Fri December 04, 2020 02:32 PM

    Welcome to Maximo, Muhammed,

    The suggested way to change the Maximo business rules is to use the Automation Scripts application in Maximo. This allows you to program functions the way you want in a way that lets you upgrade Maximo and keep your modifications. Direct changes or extensions to the class files have to be maintained and repeated each time you upgrade. That is not the case when you use Automation Scripts.

    Here is a link to our Knowledge Center for information on Automation Scripts:

    https://www.ibm.com/support/knowledgecenter/SSWT9A_7.6.1.2/com.ibm.mbs.doc/autoscript/c_automation_scripts.html

    Googling will get you much more information.

    There is some basic training available at:

    https://learn.ibm.com/course/view.php?id=6417

    and probably much more on YouTube.

    have a good weekend ................dick






    #AssetandFacilitiesManagement
    #Support
    #Maximo
    #SupportMigration


  • 3.  RE: Change Work Order Flow

    Posted Sun December 06, 2020 10:40 AM

    True. But like Chertow suggested you will need to learn the basics before getting into coding on automation script. Customizations by extending the java class files are outdated with the introduction of Maximo automation scripts.






    #SupportMigration
    #Maximo
    #AssetandFacilitiesManagement
    #Support


  • 4.  RE: Change Work Order Flow

    Posted Tue December 08, 2020 03:54 AM

    Chertow,

    thank you for your information. Ok that's mean I need to learn the phyton. :D

    I join this maximo team after the original team of maximo long gone, and the current team ask me to custom some class that was build by the original team. but there's no one who have the original source. Can I ask you where I can get the jar file for some class like com.ibm.tivoli.maximo.map.interfaces.GISable or psdi.webclient.system.controller.AppInstance


    Regards






    #Support
    #Maximo
    #SupportMigration
    #AssetandFacilitiesManagement


  • 5.  RE: Change Work Order Flow

    Posted Tue December 08, 2020 04:09 AM

    Chertow,

    I just found the class file in the production server. I will copy it and try to call it from there.


    Regards






    #SupportMigration
    #Support
    #AssetandFacilitiesManagement
    #Maximo