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
tKhandelwaltKhandelwal 

Recurring Time Trigger action

I have the requirement to send the emails to account owners after every 6 months on change of a flag on account.

As i can not add time dependent work flow actions for a workflow if i choose evaluation criteria as "Every time a record is created or edited".

Is there any other way to do the same ?

Guyver118Guyver118
Look into batch apex and apex scheduler, also the cron kit might be able to help.