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
KatherineCKatherineC 

Create A Case Automatically Monthly For An Account

Is it possible to create a case automatically on a regular basis for an Account?

I created an Object Pint which is similar to Case, we want it to be self-generated on a regular basis, say monthly, biweekly.

Thanks.
Deepak Kumar ShyoranDeepak Kumar Shyoran
You can write a batch class for that and Schedule it on either monthly, weekly, daily or whichever suits you better.
Here are some links to learn more about batch class and how to schedule it to run on monthly or daily basis.
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_scheduler.htm
http://blog.shivanathd.com/2013/01/how-to-write-batch-class-in.html