function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFDC Coder 8SFDC Coder 8 

Send an email to queue when record is updated

Hi All,
I have custom object Obj1__c.
I have a filed Category__c.
When record is updated I want to send a mail to the queue.
Suppaose if I give a value for Category__c is ABC, I want send a mail to ABC queue.
Like this I have  6 queues. Based on the value I give for category__c, I want send a mail to different queues.
How can I do this.
Please help me.