How to map specific record type from source to specific record type in target

81 views Asked by At

I am trying to find a way to migrate data from Salesforce A to Salesfore B Account data with specific conditions in place.

Source condition is RecordType.Name= 'Customer Account' AND RecordType.Name='Partner Account' and map with the targets RecordType.Name= 'Client' AND RecordType.Name='Partner Data'.

So when source record type is Customer Account then it should get inserted where Target's RecordType.Name='Client' . is there a way to filter data on target ?

enter image description here

0

There are 0 answers