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
ChermaduraiChermadurai 

How to schedule trigger Every first day of month

Can i know how to schedule trigger Every first day of month..

SamuelDeRyckeSamuelDeRycke

How is that related to Visualforce ?  Regardless, look into apex scheduler :  http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_scheduler.htm , this will allow you to schedulle apex classes for execution on a cron pattern. Often combined with batch apex.