Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Cross-referencing RecordType table migrating Prod to Sandbox

My sandbox has different RecordType ID values for my custom object than in prod, so I created a lookup in the tMap to compare the "DeveloperName" and "SobjectType" fields and return the correct "ID", but Talend is giving me an INVALID_CROSS_REFERENCE_KEY error.

 

BTW, the table marked "row20" is the RecordType table from the sandbox, so the ID should be valid, FWIW...

 

I tried to do this via the Upsert mapping but can't add a user key to the RecordType object in SFDC.

 

Can someone help me understand how to make this work?

Labels (4)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

Based on the message in log.txt, it seems thé user profile is not authorized for this recordType.
Check this on salesforce side.

View solution in original post

2 Replies
TRF
Champion II
Champion II

Based on the message in log.txt, it seems thé user profile is not authorized for this recordType.
Check this on salesforce side.
Anonymous
Not applicable
Author

@TRF was correct...it took me a while but this link helped...if anyone runs into this issue.

 

https://dataloader.zendesk.com/hc/en-us/community/posts/209640028-How-do-I-Fix-this-error-SOURCE-Rec...