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
SFDC_WorksSFDC_Works 

update a field every 15 days

Hi all....

 

         How can i create a workflow to update a field every 15 days for a set of records.

Ex. i have 1000 records in a custo obejct. Now i want to update a field for all these records every 15 days.

 

please tell me how to achieve this.

 

 

thanks in advance

Chamil MadusankaChamil Madusanka

Use Apex Scheduler for accomplish your requirement. Refer following link to understand Apex Scheduler.

 

http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_scheduler.htm

 

If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.