Forum Post: RE: How can i send email on change of fields in single trigger

  • Thread starter Thread starter Gian Torralba
  • Start date Start date
Status
Not open for further replies.
G

Gian Torralba

Guest
I think you are missing the createRecord trigger. As I said before it will be more complex to create a new record using a create record trigger and a data map that will attach the current record to the secondary object. Please follow this new steps. Create data map to secondary object (map the look up of the source object to the secondary object) Create record trigger to create the secondary object ( After create ) Send Email trigger Object script to update the fields in the secondary object. You dont need to use getFieldValue because you can access it via token e.g. ({!firstname#value}) in the main object. Let me know if you need more information. Thanks, Gian

Continue reading...
 
Status
Not open for further replies.
Back
Top