Start a new topic
Answered

How can exclude one source system from match and merge?


How can exclude one source system from match and merge?

Best Answer

You can probably exclude a source from the mapping and merge by setting the matching condition as follows (untested):

Record1.PublisherID <> 'DummyPublisher' AND Record2.PublisherID <> 'DummyPublisher' AND (...)
1 Comment

Answer

You can probably exclude a source from the mapping and merge by setting the matching condition as follows (untested):

Record1.PublisherID <> 'DummyPublisher' AND Record2.PublisherID <> 'DummyPublisher' AND (...)
Login to post a comment