Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.
This repository was archived by the owner on May 15, 2025. It is now read-only.

Event and Task did not get WhatId and WhoId migrated #9

Description

@harshalsakpal

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions