declarative-lookup-rollup-summaries
declarative-lookup-rollup-summaries copied to clipboard
Declarative Lookup Rollup Summaries (DLRS) is a community built and maintained Salesforce application that allows you to create cross object roll-ups declaratively - no code! For install instructions...
Make field labels bold so that they stand out from other text on the page
Need more in-app guidance, can probably wait until LWC release
On the Wizard, after creating the child trigger, user has to click “Cancel” which is unclear...perhaps the label on that button should be changed or a Next button can be...
Account for updates on the product, sprints, etc. Logo would be the DLRS logo Twitter @ handle is TBD
**Is your feature request related to a problem? Please describe.** We need a GitHub Action that installs and executes DLRS on an org with Shield Platform Encryption enabled and all...
DLRS depends on apex-common apex-common has several test methods that use LIKE or ORDER BY on potentially encryptable OOTB standard fields: - Account.Name - Opportunity.Name see issues: - https://github.com/financialforcedev/fflib-apex-common/issues/194 -...
The main working branch is feature/nw/rollup-lwc and new commits will be made as a PR against this branch. Action Items: 1. ~~Add action buttons (save, delete, update, clone)~~ -`Done` (Anthony)...
A common use case for nonprofits is rolling up a suite of stats from a child to parent (Most Recent x, Largest/Highest x, Average x, First/Start Date, End Date, etc)....
I am trying to sum roll-up numbers from each Contact to a total on the Account level. I'm struggling on getting the formulas right. Error: Developer script exception from Avenues:...
# 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...