How to display the VIP Status of a Contact within CSM Agent Workspace

Aledis Kedwell
Tera Contributor

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!

1 ACCEPTED SOLUTION

Arav
Tera Guru
Tera Guru

Hi @Aledis Kedwell,

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

View solution in original post

6 REPLIES 6

Thanks @Arav 

This was my thought exactly!!

Lukesh Agashe
Tera Contributor

Hi @Aledis Kedwell ,

 

You can fetch VIP filed on contact table via form layout and write the below client script.

LukeshAgashe_0-1709724154167.png

 

LukeshAgashe_1-1709724222205.png

 

Thanks and regards,

Lukesh Agashe