How to hide or display the "Process flow" in change record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2019 12:53 AM
Hi All,
I want to show or display the "Process flow" in change record based on the category
If I am selecting "Other" in the category means "Authorize" option should be hidden
- Labels:
-
Best Practices
-
Team Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2019 01:00 AM
HI Ramesh
you can specify condition something like "category is not other" while creating process flow for authorize.
Please mark correct.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2019 01:01 AM
if you go to the process flow ( System UI >> Process Flow ) and find the "flow formatters" which has used on change_request table. you will find the condition which has set based on changer request state value. if you want based on the category then you can do that by changing the condition value.
for further details about flow formatters you can refer the doc link below.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2019 01:28 AM
Hi Harshvardhan
Please correct me if am wrong
The ( System UI >> Process Flow ) and find the "flow formatters" which has used on a change_request table. This condition is used to complete the Process Flow based on the value
but I want to hide this based on the category
Thanks
Ramesh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2019 02:07 AM
my bad, the condition in process flow is just to highlight it on the current state value .
if you wanna hide them then you have to go with DOM Manipulation which is not a good approach here.
kindly refer the thread below , which has the same requirement. hope it will help you.