function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
tangotango 

Merge Account trigger action ?

Since there basic merge function is an update and delete to 2 accounts, is there a way to hook to a merge request funcgtion  with a trigger ?

What I need to do is stop a merge if there is one type of related records asscociated with one of the 2 accounts. I know I can catpure the merge data from the deleted record with a delete trigger but how can i stop the merge all together if a condition is not met?

Thanks