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 "
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.
this will hide the reassign btn for all application not for a specific one
ReplyDelete