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

The dlrs_OpportunitySplitTrigger is generating duplicate emails in user inbox #1388

Closed puneeth86 closed 1 year ago

puneeth86 commented 1 year ago

Describe the bug Favorite Puneeth Gundlapally The dlrs_OpportunitySplitTrigger is generating duplicate emails in user inbox The dlrs_OpportunitySplitTrigger is generating duplicate emails when we change the opportunity owner on the opportunity. When we change the opportunity owner we expect to get one email, but due to dlrs_OpportunitySplitTrigger after method we are getting 3 emails. As this is a package code we are not able to edit any attributes.

Expected behavior How can we stop this from happening as this is part of managed package we won't be able to edit the code?

aheber commented 1 year ago

@puneeth86 this would be best continued in the your Trailblazer Community post. I'll respond to you there.

puneeth86 commented 1 year ago

@aheber Thank you for the response I will be waiting for your response in trailblazer community post.