declarative-lookup-rollup-summaries
declarative-lookup-rollup-summaries copied to clipboard
Display on the new wizard if the apex is scheduled and what the schedule is
Problem
With 100s of DLRS records it is hard to keep track of if a record has a Scheduled Apex job or not, and what the schedule is of that job. How can we see the schedule in the new wizard as well as perhaps on the Custom Metadata record itself for viewing as a list?
Solution
One possible solution is "If the user creates an Apex Schedule from the new wizard, Stamp the schedule into one or more fields on the custom metadata record, and display it in the wizard. The user should also be able to comprehend what the schedule is from a customer metadata list view. Bonus points for the new wizard having a hyperlink to the Scheduled Apex job to quickly go to it.
Please design a solution here and discuss it before implementing anything.
Logic Assertions
QA
Implementation
Hello Jim Bartek, I did a pull request for #1131, and it is functionally similar to this issue. Do you want to merge the two into one feature or keep them separate? I'm not sure how to go about doing this one as it feels very similar to what is already in the #1160 pull request.