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 ?