You need to sign in to do that
Don't have an account?
Force Salesforce To Edit All Contract Records
Is there a way to force Salesforce to edit all Active Contract records?
I have a need for an Apex trigger to run when a certain date is hit, however it will be unlikely that the record will be updated when that date is hit (so no Update or Edit) and the date with which to run the trigger will be variable (so no pre-determined time delay of X months).
I have a need for an Apex trigger to run when a certain date is hit, however it will be unlikely that the record will be updated when that date is hit (so no Update or Edit) and the date with which to run the trigger will be variable (so no pre-determined time delay of X months).
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_scheduler.htm
Perhaps with a hidden checkbox or date field on the Contract record to indicate that it needs to be processed. If they can't be processed in one run due to governor limits, make it a batch job.