- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2020 03:10 AM
Hi,
In Business management, Draft -> Submitted -> Screening -> Qualified -> Approved -> Completed.is available out of the box. I have added new custom field "Demand Category". I want to hide the state- Screening in process flow if the Demand Category is "Client".
How can I do this?
Solved! Go to Solution.
- Labels:
-
Demand Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2020 07:25 AM
Hi,
it is a jquery code which would search for that text which would be present inside anchor tag
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2020 08:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2020 12:49 AM
Hello
Did you get a chance to see this? Can you help me in this issue?.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2020 12:57 AM
Sorry Hardik,
Not much
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2022 06:19 AM
Seems that it is working on the next Ui experience, But I can see the gaps in between to steps.
Any suggestion?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2022 12:36 PM
In my case, this method worked to remove the anchor, but left the little chevron on the screen--the parent li tag--making for ugly formatting.
Furthering your example, but getting the parent element and hiding that.
$j("a:contains('Screening')").parent("li").hide();