Tuesday 17 May 2016

Hiding workflow re-assign button in Maximo , ICD , SCCD

Is it possible to hide the re-assign button in the workflow dialog box for the users?

Yes Its possible to hide re-assign button is workflow.

How to  Hide re-assign button?

My solution may not be the best one, but it works for me.  
Go to Application Designer Application.
From Select Action click on Export system XML action.
Pick LIBRARY.XML and save it somewhere on your disk.
Open with Notpadd ++ or any XML editor.

Search for " <pushbutton id="completewf_b_4" label="Reassign" mxevent="directorinput" value="reassign"/>"

Comment this line 

 

Save XML
Import LIBRARY.XML.