Improve quality of merge results by making it easier to track which merge impact item has been checked.
I check merge impact before effectuating a merge session. Most natural would be to do that by functional segment, but I tend to do it by type of object: I sort the merge impact by type of object, and then check all records of type kind of object and then turn that type off in the filter.
After iterating over all types of object, all impact has been checked.
The filter is transient though, so when there’s reason to reset the filter, I lose track.
It would be handy to have a tick box available that I can tick after checking a record of impact.

