Maximo Open Forum

 View Only
  • 1.  Can the waiting node in the workflow be implemented with automated scripts

    Posted 16 days ago

    Hello everyone:
    How to implement custom object's changestatus method or custom object's event method in automated scripts


    #Administration

    ------------------------------
    Ethan Williams
    secrecy
    ------------------------------


  • 2.  RE: Can the waiting node in the workflow be implemented with automated scripts

    Posted 14 days ago

    Hi Ethan,

    Is the custom object customised with MboStatus handler?
    If so, then you coul dtry the below option?
    Example: maximo.customobjectname.statuschange.appr

    IBM Doc for adding events in Wait node

    https://www.ibm.com/docs/en/control-desk/7.6.1?topic=properties-specifying-wait-nodes

    Steps for implementing StatefulMbo for custom class

    https://maximobase.blogspot.com/2012/10/how-to-change-status-on-custom.html



    ------------------------------
    Sankar Ganesh V S
    DXC Technology
    ------------------------------



  • 3.  RE: Can the waiting node in the workflow be implemented with automated scripts

    Posted 14 days ago

    Hi Ethan, If you mean to wait untill a specific status occurs on the custom object based record then you can directly check it in the Object launch point before save event. Verify the status using the

    if(mbo.isModified("STATUS") and mbo.getString("STATUS") in['APPR']):

     # write your logic post that

    Thanks

    Prashant



    ------------------------------
    Prashant Dixit
    ACCENTURE
    ------------------------------



Featured Podcast
Episode 1 is live: IBM Maximo Application Suite 9.2

Watch or listen to Steven Shull and Phil Runion discuss the practical MAS 9.2 updates Maximo teams should know.

Watch the Podcast
MORE by Naviam Episode 1 cover
Watch the latest episode