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
689 stars 237 forks source link

LWC Wizard: Overwrites record if same API name is duplicated #1461

Closed aheber closed 4 months ago

aheber commented 4 months ago

Describe the bug Because of he API we're using, all Metadata actions are "Upsert" on the DeveloperName/API Name attribute. If you create a new rollup and re-use the same DeveloperName/API Name then it will overwrite the existing rollup.

Expected behavior LWC Wizard should return an error if creating a new rollup config with the same name as an existing and different record.