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
Steven Turner 3Steven Turner 3 

Uploading data via wizard - wrong user

Hi,

I have a simple data file of our customer records that I want to upload and it all works great with the exception that the process seems to ignore the record owner field and labels them all as belonging to me, the uploader.

Any suggestions would be great?
Sumit Jain 17Sumit Jain 17

The record Owner field is a reference field and you need to provide the Salesforce User Id.

It seems your file has some other values in this field.

If this is not a problem, then your user may not have access to this field (Check the Field Level Security) or you are not mapping it correctly.

Let me know if this helps to solve your problem.

Regards

Sumit Jain
sumit@celebal.com