Skip to main content
I got 'Id value of incorrect type' error when i was upsert the contact records related accout records.First i was exporting account records and i took account record id for owner id of contact record then i was upsert the contact record and i am getting 'Id value of incorrect type' error.
2 answers
Loading
  1. Sep 25, 2017, 7:57 AM
    Hi Srinivas,

     

    OwnerID - filed is related to user record in Salesforce

     

    AccountID - field is realted to Account record in Salesforcee.

     

    If you are doing upsert you need to provide some ExternalID for Contact(Ideally ContactID)

     

    Map your Columns inn csv accordinagly
0/9000