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
gregj777gregj777 

Lead convert to Account/Opportunity notifications

Does anyone have any idea if it's possible to stop email notifications going to a user. RIght now there is a apex trigger that creates a lead to account - contract - opportunity base on certain lead field criteria. Can you code so the email notifucations are turned off.

 

dmchengdmcheng

Is the trigger setting isSendNotificationEmail to true on the LeadConvert objects?  See p. 250 of the Apex Guide (Winter 12)