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
Leah MorganLeah Morgan 

Scheduled Case Creation

Hello,

I am attempting to set up logic that will run and create a Salesforce case if the current date equals either June 1st or October 1st.  I've been looking at process builder as one solution, but am struggling to find a way to set it to look at the current date instead of a relative date.  My other option I believe would be to create a custom Apex class and schedule it to run on those dates, however there is other criteria that must be met as well for these cases to be created and I'm not fluent enough with Apex enough to do this.

Does anyone have any ideas of what the best way to go about this would be?