How Can i create a Flag Like VIp and give the condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2022 12:50 AM
Hello everyone,
I got a req to create a Flag similar to VIP users , but the condition is the falg should be tagged to the users who are a part of a particular group example Group a
if a user raises incident or request then the flag should be visible in the caller field and and in the list view just like how VIP flag is visible I went through this link
Display Image for OIP users similar to VIP users - IT Operations Management - Question - ServiceNow ...
but it seems the condition they had wad very mch similar to the Vip , for me I want for users that are part of a group.
Can anyone help me with the steps and Codes?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2022 07:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2022 07:44 AM
i TRIED TO CHANGE THE FIELD NAME TO ASSIGNMENT GROUP, NOW EVERY ASSIGNMENT GROUP IS GETTING POPULATED
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2022 07:51 AM
Hi,
so which user it should pick?
caller_id?
if yes then update as this
javascript: gs.getUser().getUserById(current.caller_id).isMemberOf('CAB Approval')
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
‎04-29-2022 07:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2022 07:59 AM