function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jaynandan Prasad 8Jaynandan Prasad 8 

Record type not mapping correctly

I am using salesforce to Salesforce to sync the case obj. for two diff. orgs. As we cannot map the Record Type while mapping the fields from one org to another.

Here's the workaround I used- 1.Have the sending organization create text field that is automatically updated with the Record Type name via a Work Flow Rule 2.Have the receiving organization create a text field to receive the incoming value and then setup a Work Flow Rule to update the Record Type field based off of this value. 3.The final step would be mapping the two newly created Text Fields together.

Issue is- Record type is not updating directly to required record type in the target org. Its mapping to some other RT(rec. type) and then changing it to the req. one in workflow rule.

Hence its sending email notification attached to that "other" record type it mapping initially.

I have checked the default & assigned RT for the profile, its seems fine.

Why record type is not mapping directly to the one I am telling via WFR or Trigger?