function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
CMurphCMurph 

How to include account association when importing cases

Hi everyone,

I am attempting to use the Excel Connector to import a bunch of cases.  The connector appears to support "Contact ID" as a field for cases, but not "Account ID."  All of the cases I am importing need to be associated with specific accounts...  any ideas?

Thanks.
Best Answer chosen by Admin (Salesforce Developers) 
kevinedelmannkevinedelmann
You will want to make sure you are using the most recent API to be able to get AccountID from the Cases object.

Here is what should work - https://www.salesforce.com/services/Soap/c/13.0

Just enter that into the Server URL in the Advance tab.  Get there by selecting to Options from the sforce Connector drop down.

Kevin