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
683 stars 235 forks source link

dlrs_AccountTrigger error when trying to merge Person Accounts #1419

Closed summer-perkins closed 7 months ago

summer-perkins commented 7 months ago

We have the DLRS tool installed in our Dev org for a rollup on # Assets on Account. It's been working great but I think it is causing an issue when a user tries to perform a merge on duplicate accounts. If I log in as a user who has the merge/delete permission, when I try to execute the merge I get the below error.

I confirmed the permission set has delete access on person account, edit on all related accounts, and they own both accounts being merged.

When managing the child trigger on the DLRS tool I checked the box to 'Deploy code to support record merging". I also tried searching with the object Id mentioned but am not finding anything. I believe it may be a FlexiPage item of some sort but can't confirm.

Any ideas as to what I need to do to resolve this so permitted users can merge? I posted in the Commons Project: DLRS but haven't gotten a response and really need to get this resolved asap.

DLRS Merge Error
summer-perkins commented 7 months ago

Able to update access on tool and perm set and get it working.