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
VVNRAOVVNRAO 

Timed Trigger

How can i add a timed trigger?

 

 

please reply

 

 

 

Regards:

VVNRAO

Ispita_NavatarIspita_Navatar

There is no concept of timed trigger in salesforce.

But alternatively you can improvise and use time dependent workflows ,coupled with triggers to achieve your objective.

Also in case your objective is to run a certain piece of code at a certain point in time , then you can contemplate the use of scheduled Apex.

Also you can make use of @future asynchronous calls. depending upon what is your objective you can choose from the above mentioned options.

 

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.

 

skodisanaskodisana

Hi,

 

There is no time dependent trigger.

Salesforce is having free appexchange application called Cronkit. using this you can schedule an apex class.

 

Thanks,

Kodisana

VVNRAOVVNRAO
but i found it in workflows concept please help me