Need to hide related list action"new" in servicenow workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2025 11:21 PM
I am able to hide this "new" related action .from " Action Exclusion " in related list on Action assignment.
but the thing is I have made two list categories on the basis of group type.let suppose 1 is "XYZ" type and second is "ABC" type . so Need to hide only from one type.
any one having idea please help me on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2025 02:23 AM
Hi @shrngikaG
Have you tried Script Condition?
If not verify with the one line script: current.group.type == "ABC"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2025 02:53 AM
if the UI action is on group table then you can use type in the condition field
what did you try so far?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2025 02:30 AM
no type field is not there in action assignment.so it is achievable now through script include call in condition box. Thank you.