Hide process flow formatter on condition?

shalinikacham
Kilo Expert

Hi all,

Is it possible to hide a UI process flow formatter on a condition say 'if assignment group is HELPDESK then i want to hide Implementation stage. Below are available stages for change request:

find_real_file.png

How can i hide the 3rd stage which is Implementation? Tried editing the flow formatter condition but I see no change. Help anybody?

13 REPLIES 13

Hello Harish,

 

I am not able to open the link. Can you please check and let me know the correct link

Unfortunately when they migrated Share to the new site they did not move over the old apps and I did not post this again to the new Share site.  There is a post here somewhere that has a version of the code in it.

damirdoszhan
Tera Contributor

Hello  shalinikacham!

 

I solved same problem in quite straightforward way. I have modified "process_flow" UI Macro by assigning unique id for each section of process flow. Then in client script, I got element by ID (gel('your_id')) and according to my conditions set display to none. 

I hope that it helped you!

Can you please help me with he script