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
VijaykumarVijaykumar 

How to send email notification when new training created, canceled, Reschedule, modified by partner

Hi All,
How to send email notification when new training created, canceled, Reschedule, modified venue details by partner.

Thank you!

AnkaiahAnkaiah (Salesforce Developers) 
Hi Vijay,

By using workflow rule/process builder you can achieve this.

Please refer below example links to proceed further.

https://www.tutorialkart.com/salesforce/salesforce-workflow-actions-tasks-email-alert-field-update/

Please let me know, if any assistance required.

If this helps, please mark it as best answer.

 
mukesh guptamukesh gupta
HI Vijay,

Yes you can use on of from :- 
  1. WORKFLOW RULE
  2. PROCESS BUILDER
  3. APEX TRIGGER
if you need any assistanse, Please let me know!!

Kindly mark my solution as the best answer if it helps you.

Thanks
Mukesh 

 
VijaykumarVijaykumar

Hi @Ankaiah and Mukesh,

Thanks for your reply. but i want to send the chatter or bell notifications to the BM, All participants when new training created, canceled, Reschedule, modified venue details.

could you please help here!