SFDO-Community / declarative-lookup-rollup-summaries

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 and documentation, visit our website https://sfdo-community-sprints.github.io/DLRS-Documentation/
https://sfdo-community-sprints.github.io/DLRS-Documentation/
BSD 3-Clause "New" or "Revised" License
690 stars 235 forks source link

Single place to manage DLRS triggers #674

Open afawcett opened 6 years ago

afawcett commented 6 years ago

Background: If you want to remove a DLRS trigger, but have deleted the rollup, its not obvious how to delete the trigger without asking a dev. The workaround is to recreate the rollup (any valid values will be fine) on the desired child object and then you can access the Manage Child Trigger button. However this is less than ideal or obvious, thus this enhancement.

Enhancement: A single page (a bit like Apex Trigger under Setup) that allows you to see all triggers deployed by the tool and undeploy them. This will also deactivate any existing rollups.

DanDonin commented 6 years ago

This is insanely cool

aheber commented 1 year ago

This page should also be able to update API versions on deployed triggers.