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
mdhoule67mdhoule67 

Importing Legacy data and associating with old users

My company and I are new to SalesForce and we are attempting to convert all of our current legacy support data into SalesForce/SupportForce.  Part of this legacy data consists of "cases" that are associated with users (owners) and members (contacts). 

I have imported/created a subset of the users and and contacts that I need in order to get a sample set of data into SalesForce.  Since many of the users/owners are no longer employeed by us, I created SalesForce user accounts and tagged tham as Inactive so that I can maintain all of the current relationships (since we do not have enough licenses in order to get ALL of the users in our current system into SalesForce as active users).

I am now trying to insert a series of cases using the data loader and associate them via contactid and ownerid. 

The problem that I am having is that when I attempt to insert the records using the data loader, the records associated with inactive users are failing to upload with the following error: "operation performed with inactive user."

Is there a way to insert case records and associate them with a inactive user?  I assume that this happens frequently as people export and re-import their data for various reasons.

BTW, I have also tried creating lookup relations between the Case record and User and Contact, but those attempts always failed due to not having a valid ID type needed for the relation (I tried using both Integer and Real values - i.e. 1 and 1.0)

Thanks in advance.

MRCPAMRCPA

I am currently having this same issue with importing legacy data, where you able to resolve this issue?

Brian WilliamsBrian Williams

I am having the same issue,

Trying to import Cases and preserve the History