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
sfdev1sfdev1 

Scheduled Trigger

I want to create a Schduled trigger somehow that will fire of a workflow object.
 
Has anybody got any ideas on this?
 
 
Thanks
 
Stephen
RickyGRickyG
How about a scheduled workflow that makes a field change that fires off another workflow?  Or just a scheduled workflow? 

Hope this helps.