Jim Bartek
Jim Bartek
# Problem Some users have expressed difficulty building SOQL Where clauses. Should we have an optional button that helps you build one? # Solution There is a flow screen component...
# Problem Currently DLRS defaults the Calculation Mode field to "Realtime". It would make sense to default to "Scheduled" instead. Also see #1122 as we are proposing to change "Scheduled"...
# Problem The new community-provided Wizard is only for insert/creation of a DLRS record. If we want to focus on it and have it be the default we need to...
# Problem Can we live or on save check the current SOQL statement and give the user a health check on the query? Perhaps a Yellow warning at the top...
# 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...
# Problem The current picklist is too large and can time out # Solution - user types 3+ chars - return results that can be picked from - have apex...
# Problem users need to know if their rollup is actually scheduled and healthy # Solution - show if there is a child trigger or not - show if the...
# Problem We need to create all new Apex Controller methods for the new wizard without breaking the existing methods. We want to avoid using the metadata API to create...
# Problem # Solution - add health icons based on the schedule type and what is setup to run - add graphs that show errors and scheduled item procession. -...