Maximo Open Forum

 View Only
  • 1.  Is there a way to change change status icon on Work Order actual screen for Task Section ?

    Posted 07-19-2021 08:59
    Hello All,

    I was doing a POC where the requirement is to change the change status icon on work order screen (Actual Tab under task sub section) to Complete workorder icon same as tool bar quick buttons.

    Let me know if this is possible as i have tried in application designer and could not find a solution for this.

    Thanks,
    Pradeep
    #Customizations
    #WorkManagement

    ------------------------------
    Pradeep Rout
    TCSL
    ------------------------------


  • 2.  RE: Is there a way to change change status icon on Work Order actual screen for Task Section ?

    Posted 07-19-2021 10:10

    Hi Pradeep,

    Change the Event Icon field in the Table Column Properties to:

    nav_icon_statusComplete.gif

    Are you also trying to change what the action does?

    Thanks,

    Matt



    ------------------------------
    Matt McGuire
    Aquitas Solutions
    ------------------------------



  • 3.  RE: Is there a way to change change status icon on Work Order actual screen for Task Section ?

    Posted 07-19-2021 10:27
    Thanks Matt. yes i also want to change the  event action to Complete instead of giving multiple option i want single action Complete

    ------------------------------
    Pradeep Rout
    TCSL
    ------------------------------



  • 4.  RE: Is there a way to change change status icon on Work Order actual screen for Task Section ?

    Posted 07-19-2021 10:53
    From what I've read creating an automation script based on a Control ID is relatively difficult.

    That being said, you could create a YORN attribute on the WORKORDER object for Complete, then create an Attribute Launch Point automation script that sets the value of the status to complete.

    ------------------------------
    Matt McGuire
    Aquitas Solutions
    ------------------------------



  • 5.  RE: Is there a way to change change status icon on Work Order actual screen for Task Section ?

    Posted 07-19-2021 10:57
    Hi Matt, thanks for the solution . Can we add similar quick action menu similar like toolbar actions?

    ------------------------------
    Pradeep Rout
    TCSL
    ------------------------------



  • 6.  RE: Is there a way to change change status icon on Work Order actual screen for Task Section ?

    Posted 07-19-2021 11:28
    Hey you're welcome Pradeep.

    You can create an action against the WOACTIVITY object but without doing too much research I'm not sure you'd be able to associate that to individual tasks in the actuals tab. I think the YORN route may be your best bet if the goal is to change status of a task with a single click.

    ------------------------------
    Matt McGuire
    Aquitas Solutions
    ------------------------------