- 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-04-2022 12:47 AM
Thanks
This was my thought exactly!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2024 03:23 AM
Hi @Aledis Kedwell ,
You can fetch VIP filed on contact table via form layout and write the below client script.
Thanks and regards,
Lukesh Agashe