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
nagarjuna gurajanagarjuna guraja 

Need help regards trigger

Write a trigger such that Whenever account record is created by any user,automatically send message to system admin.
 Thanks in advance!
VinayVinay (Salesforce Developers) 
Hi Nagarjuna,

Check below example to send email notification to admin on account creation.

https://salesforce.stackexchange.com/questions/152342/trigger-for-email-notification-to-admin-on-account-creation

Please mark as Best Answer if above information was helpful.

Thanks,