- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 11:03 PM
Hi Everyone,
Does anyone know how I would go about displaying the VIP Status icon against a Contact within the List / Form view of Agent Workspace?
It works on the Incident Table, but I need it to come through to the Case level as well.
Cheers!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2022 12:28 AM
Hi
How about adding "Contact.VIP" field to the case creation form so that a checkbox will be displayed to indicate if the contact is VIP or not. In addition, an onChange client script could be written to add a field message under the Contact field if the user is VIP.
Thanks,
Arav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 11:12 PM
Hi
This KB from ServiceNow should help :How to display the VIP icon next to the Caller field
You can use the ootb "Customer360" Ribbon to display the VIP flag:
Or, you can try this approach :
1. Go to Workspace Form Headers
2. Search for the table where you want to add it (in my example incident)
3. Add "sys_tags" in secondary values
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 11:12 PM
Hi,
Field styles are only supported in the list view for Agent Workspace, not the form view. Only the background color field style is supported.
check this
How to display the VIP icon next to the Caller field
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
‎08-03-2022 11:42 PM
These are both great answers
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2022 12:28 AM
Hi
How about adding "Contact.VIP" field to the case creation form so that a checkbox will be displayed to indicate if the contact is VIP or not. In addition, an onChange client script could be written to add a field message under the Contact field if the user is VIP.
Thanks,
Arav