Hide process flow formatter on condition?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2016 08:31 AM
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:
How can i hide the 3rd stage which is Implementation? Tried editing the flow formatter condition but I see no change. Help anybody?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-16-2019 12:15 AM
Hello Harish,
I am not able to open the link. Can you please check and let me know the correct link

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2020 08:18 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2018 08:22 PM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2022 09:12 PM
Can you please help me with he script