Commencer un nouveau sujet
Répondu

How can exclude one source system from match and merge?


How can exclude one source system from match and merge?

Meilleure réponse

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 commentaire

Réponse

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 (...)
Connexion pour poster un commentaire