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 Events and Tasks using the modified AccountwithAssetsAndOppties_hierarchical.json and following is my snippet. It did not migrate the Contact (WhoId) and Account (WhatId) in this case. Any idea why? In our org WhatId is always an Account and WhoId is always a Contact.
.... more objects before { "parentMappedField": "WhatId", "childObject": "Event", "ExternalIdField": "Account.External_Id__c", "where": " Account.External_Id__c = 'MYEXTID-JIBBER-JABBER-SELF' AND IsChild = FALSE", "unmappedFields": [ "AccountId" ], "sequence": 2 }, { "parentMappedField": "WhatId", "childObject": "Task", "ExternalIdField": "Account.External_Id__c", "where": " Account.External_Id__c = 'MYEXTID-JIBBER-JABBER-SELF'", "unmappedFields": [ "AccountId" ], "sequence": 3 }, .... more objects after
Hi,
I am trying to migrate Events and Tasks using the modified AccountwithAssetsAndOppties_hierarchical.json and following is my snippet. It did not migrate the Contact (WhoId) and Account (WhatId) in this case. Any idea why? In our org WhatId is always an Account and WhoId is always a Contact.
.... more objects before { "parentMappedField": "WhatId", "childObject": "Event", "ExternalIdField": "Account.External_Id__c", "where": " Account.External_Id__c = 'MYEXTID-JIBBER-JABBER-SELF' AND IsChild = FALSE", "unmappedFields": [ "AccountId" ], "sequence": 2 }, { "parentMappedField": "WhatId", "childObject": "Task", "ExternalIdField": "Account.External_Id__c", "where": " Account.External_Id__c = 'MYEXTID-JIBBER-JABBER-SELF'", "unmappedFields": [ "AccountId" ], "sequence": 3 }, .... more objects after