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
Crystal M. ReganCrystal M. Regan 

Trigger to auto-update text field value with today's date at a regularly scheduled daily time.

Hello,

I need a daily scheduled trigger to auto-change a field called "Admin_Update__c" with Today's date of records who's "Contract_Status_Roll_up__c" does not equal "Terminated" in an object called AII_Contract_Terms__c
Naveen KNNaveen KN
I think you can go with a apex batch class and schedule it to execute daily 

https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_batch_interface.htm