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
MokshadaMokshada 

whenever new prospect got created after any batch run will prospect owner get any mail?

Hi, 
I have a question , I have one batch class in salesforce  which creates prospects after batch run I want to know like whenever new prospect got created after any batch run will prospect owner get any mail? 
like when we change manually we will get option to select email notification so I want know after creation of mail did prospect owner  gets mail or not?

can anyone help in this?

Thanks in advance!
VinayVinay (Salesforce Developers) 
Hi Mokshada,

As per my understanding, I dont think user will recieve email notification when there is a batch update which is run behind on scheduled basis.  You will get mail notification if there is any update from UI.

If this is in pardot, kindly review below email settings.
https://www.salesforceben.com/the-drip/notify-user-in-pardot-alert-the-sales-team-with-email-notifications/

Please mark as Best Answer if above information was helpful.

Thanks,
Jamie KrewJamie Krew
I recently encountered an interesting challenge while working on a custom batch class in Salesforce. The batch class is responsible for processing a large number of records and creating new custom objects called "Opportunity_Extension__c" based on specific criteria. However, after the batch run, I realized that the prospect owners were not receiving any email notifications about the creation of these new "Opportunity_Extension__c" records. I explored this https://smamepestimate.com/ platform for getting guidance regarding my technical issues but havn't find a proper solution this time.  
faizi chfaizi ch

No, Salesforce doesn't automatically send email notifications to prospect owners upon creation unless you've set up specific workflows, processes, or triggers to do so. You'll need to configure this functionality using workflows, process builders, or Apex triggers in Salesforce.CheetahLinks (https://cheetahlinks.com/)