- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2024 03:47 AM - edited ‎06-18-2024 12:47 AM
Hi,
There is one assignment group I want to hide from the list view of Incident, change, problem forms.
I want to see that Group only on Requested item and Catalog task.
Help?
I am trying to update the existing Dictionary Entry Override on Incident table but it does not get saved.
Anything wrong here?
Thanks,
Vaishnavi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2024 04:46 AM
javascript:backfillAssignmentGroup()+'^active=true'+'^name!=Project Creation'; - this worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2024 01:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2024 01:47 AM
your syntax is wrong
update as this -> put everything in quotes
+ 'name!=Project Creation';
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
‎06-18-2024 03:30 AM
Thank you for the help!
Its not working when I am creating a new dictionary entry for a table that does not exists!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2024 11:18 AM
Hi @Ankur Bawiskar ,
I did not test correctly but this is not working.
"+'name!=Project Creation'; " is showing all inactive assignment type groups in the list view. Its not showing any active assignment groups!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2024 04:46 AM
javascript:backfillAssignmentGroup()+'^active=true'+'^name!=Project Creation'; - this worked.