Hello, I'd like to create a scheduled process in CRM, to run every 12 hours. I did some googling, and people seem to be taking some different approaches.
What's the simplest and most straightforward way to implement this in CRM? I've created a basic process with the following condition:
Process Timeout Equals 12 Hours
The associated Step is a reference to an associated custom workflow class. Will this approach accomplish what I'm trying to achieve? Or is additional configuration required to make this process run as a scheduled job every 12 hours?