-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] - Tool is ignoring field mapping #895
Comments
Hello, @mohanta-pankaz Thank you for reporting a bug. Cheers |
Hey, @mohanta-pankaz |
Hello @hknokh , any updates on this? |
Hello |
Hello, |
Hello. This case is now considered resolved, and I am closing it for now. If you have any additional questions or concerns, please don't hesitate to reach out. Regards. |
Describe the bug
I am running a use case where I need to move a custom object records between the orgs. I attempted doing multiple things to map the target org record Id as an externalId on source org field but it never writes the value into that field. I believe the tool is ignoring the field.
Few key points to be noted for better understanding of the context :
There was an earlier migration happened from Target to Source couple years back now we want to do reverse.
Now I want to store [Source] record Id value into some other field New_Source_Id__c (Text)(External) on [Target] as the order of migration is now reversed.
.....
....
Output : It is writing target record id into New_Source_Id__c (Text) instead of Source record Id
.....
....
Output : It is not writing anything into New_Source_Id__c (Text) , even on output csv on target it doesn't show value for this column (X18_Formula_Record_ID__c)
To Reproduce
Expected behavior
It should write the value as per mapping irrespective of formula or text.
export.json
Attach your export.json file.
Reference: https://help.sfdmu.com/full-documentation/export-json-file-objects-specification/export-json-file-overview
Log file
Attach your full .log file.
Reference: https://help.sfdmu.com/full-documentation/reports/the-execution-log
_target.csv file.
When you have an issue with failed rows, attach the dump of the _target.csv file containing the error messages (at least 1-2 relevant full rows).
Reference: https://help.sfdmu.com/full-documentation/reports/the-target-csv-files
The text was updated successfully, but these errors were encountered: