function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
How can i add a timed trigger?
please reply
Regards:
VVNRAO
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.
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
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.
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