cancel
Showing results for 
Search instead for 
Did you mean: 
eliza6
New Member

flagging VIP customers

I need to flag certain incidents which come in from managers, heads of departments, etc. If I have a new starter on a helpdesk, I hardly want him/her to remember the VIP customer by heart right away. If an incident is somehow highlighted in the queue, it would solve all of my problems. I tried with triggers to prepend title: ***VIP*** but it adds it each time I update an incident. Any ideas?
3 REPLIES 3
Joshua Davidson
Active Contributor

Re: flagging VIP customers

Hi,

This is the way to do it so that it doesn't add ***VIP*** every time you update, but you'd have to create a separate trigger for each VIP:

When:
Customer is "name"
Created/Updated is Created
All of these rules must be met

What:
Prepend title with ***VIP***
Eric Jackson
New Member

Re: flagging VIP customers

You could use the Notes section under Additional Details in the customer section.  Those notes will appear when the User clicks on the customer in the dashboard.
eliza6
New Member

Re: flagging VIP customers

Joshua, finally found time to test your solution and it works perfectly. Thank you