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
prashant1985prashant1985 

salesforce sheduler

Hi,

 

I want to know how to create scheduler in salesforce.

what is the procedure for that.

 

Thanks

Prashant

prakash_sfdcprakash_sfdc
Hi,

I hope you are asking about apex scheduler. You can refer to the following link
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_scheduler.htm
prashant1985prashant1985
thanks for reply.
actually i want to do batch update in salesforce database for that i want to do scheduler.
prakash_sfdcprakash_sfdc
I am not very sure about it but I think you can combine Scheduler and Batch, explained in the following link:
http://www.salesforce.com/us/developuer/docs/apexcode/Content/apex_batch_interface.htm