Skip to content
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

Closed
DanDonin opened this issue Dec 1, 2015 · 8 comments
Closed

Scheduled Calculate Custom Settings #265

DanDonin opened this issue Dec 1, 2015 · 8 comments

Comments

@DanDonin
Copy link
Contributor

DanDonin commented Dec 1, 2015

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?

@frontendloader
Copy link

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.

@DanDonin
Copy link
Contributor Author

DanDonin commented Dec 2, 2015

That would be amazing, I have little coding skills but if I can help in anyway I'd be willing to.

@afawcett
Copy link
Collaborator

afawcett commented Dec 7, 2015

Awesome gents! 👍

@wes1278
Copy link
Contributor

wes1278 commented Dec 7, 2015

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.

@afawcett
Copy link
Collaborator

afawcett commented Dec 9, 2015

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.

@afawcett
Copy link
Collaborator

Ok i found a few JQuery based UI's for this, but in the end went for a simpler one, as i could tailor it to Apex Schedulers own limits. Looks like this currently...

dlrs schedule customisation

@afawcett
Copy link
Collaborator

Added in v2.4.1.

@rbhagat30
Copy link

how to schedule job for calculation mode as developer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants