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
sai gurijalasai gurijala 

Schedule class when a contact is inserted Email should go to the contact after 2 hours

hi all,
can you please help me to solve this question... very urgent tnx in advance
 
Keyur  ModiKeyur Modi
Hi,
You can achieve this requirement through workflow .

create workflow where you can set entery criteria as Every time created
you can keep entry condition like Last Name != NULL

And you can set time trigger where you can select send Email action which you can shedule 2 hrs After created date of the Record.

please let me know if this will help.

Thanks,
Keyur Modi
Query BuddyQuery Buddy
I want the same requirement using schedule apex and triggers
Query BuddyQuery Buddy
Schedule class when a contact is inserted Email should go to the contact after 2 hours using schedule apex and triggers.
Please any help