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
jaamsjaams 

i need some help about email sending.

I need some help

When a user send an email i want  to set the following fields: Priority, criticality, Customer name, contact info

Any one know how to do that. This email is sent to case object.

sfdcfoxsfdcfox

You can create a trigger on the Task object. Emails sent will eventually trigger this code, and you can determine which fields you would like to set. The contact name should automatically populate anyways, but you can specify the other fields as well. Note that you can not modify the outgoing email; it affects only the task that is saved.