-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scheduled Calculate Custom Settings #265
Comments
Currently the schedule is not customize-able. This would need to be an enhancement. To do this we'll need to create a schedule picking UI component. I'm willing to take this. |
That would be amazing, I have little coding skills but if I can help in anyway I'd be willing to. |
Awesome gents! 👍 |
You could also just store the cron string on the rollup record. I actually made a comment on a commit inline with where a code update would need to happen if that approach is taken. |
Yeah thats the underlying approach for sure, i think though as we've learned with the criteria, usability wise we would need a Date/Schedule UI as most folks would struggle with cron string format. I had a brief look in the open source community for VF or even Lighting Schedule UI component and sadly didn't fine one. So we may have to develop one here, or at least a basic one for common use cases. |
Added in v2.4.1. |
how to schedule job for calculation mode as developer |
With the new Scheduled Calculate it runs nightly at 2am. Is there a way to have this customizable to say run weekly or monthly or only weekdays at times other than 2am?
The text was updated successfully, but these errors were encountered: