You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to migrate data of a custom object called Assets. This object has two self-joins Top_Level and Parent and a field Level which indicates the position of the Asset in the tree. I executed a data transfer of all Assets which ran successfully. I then ran a data transfer for all assets that have Top_Level != null. Unfortunately, the data transfer fails due to missing parents for Top_Level. However, when I check the missing parents data, these Top_Level Assets exist in the target org. I'm baffled as to why the sfdmu app doesn't find the Top_Level assets.
The text was updated successfully, but these errors were encountered:
mrcdsouza
changed the title
[QUESTION] - Make sure to replace this placeholder text with a specific title for the issue!
[QUESTION] - False Missing Parents Errors
Aug 23, 2024
I am trying to migrate data of a custom object called Assets. This object has two self-joins Top_Level and Parent and a field Level which indicates the position of the Asset in the tree. I executed a data transfer of all Assets which ran successfully. I then ran a data transfer for all assets that have Top_Level != null. Unfortunately, the data transfer fails due to missing parents for Top_Level. However, when I check the missing parents data, these Top_Level Assets exist in the target org. I'm baffled as to why the sfdmu app doesn't find the Top_Level assets.
The text was updated successfully, but these errors were encountered: