- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 11:17 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.
"+'name!=Project Creation'; " adding this to the existing dictionary override is showing all inactive assignment type groups in the list view. Its not showing any active assignment groups!
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:47 AM
javascript:backfillAssignmentGroup()+'^active=true'+'^name!=Project Creation'; - this worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 11:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2024 04:43 AM
This requirement is completely different to what i want.
I have tried rearranging it but still it does not work .
javascript:backfillAssignmentGroup()+active=true^name!=Project Creation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2024 04:47 AM
javascript:backfillAssignmentGroup()+'^active=true'+'^name!=Project Creation'; - this worked.