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
Jayan LeanderJayan Leander 

Data importing


You can proceed with the import, but if you don't address the warnings the data might include errors.
Hire By: 12 values: invalid date: 05-02-10, 05-03-10, 05-05-10, 05-06-10, 05-07-10, 05-08-10, 05-09-10, 05-11-10, 05-12-10
Hiring Manager: 12 values: id value of incorrect type: Jayan Leander
Close Date: 2 values: invalid date: 02-03-10, 02-09-10
Open Date: 8 values: invalid date: 02-01-10, 02-02-10, 02-03-10, 02-04-10, 02-05-10, 02-06-10, 02-07-10, 02-08-10



This is the record i m trying to add to my object using data import.This is the program in the learning book of salesforce but i couldnt add these records.Someone plz help me.
Parteek Goyal 3Parteek Goyal 3
Hi Jayan,
you are getting this issue because of passing wrong values.

Hire By: you need to paas date in this format 20150615 (06/15/2015) and value should be Single.
Hiring Manager: you need to paas the id of the Jayan Leander (Instead of passing Jayan Leander).
Close Date:you need to paas date in this format 20150615 (06/15/2015) and value should be Single.
Open Date: you need to paas date in this format 20150615 (06/15/2015) and value should be Single.

Thanks,
Parteek
Jayan LeanderJayan Leander
hi parteek,
                 thank u.my warnings are gone but still the record processing is failed,not only for this but for records with lookup fields
 
Parteek Goyal 3Parteek Goyal 3
Hi Jayan,

What error are you getting?
if you are getting error due to lookup fields then you have to pass ID instead of name.

Thanks,
Parteek
Jayan LeanderJayan Leander
in that specific object hiring manager is the look up field to standard user field and i gave my salesforce id,and the warnings were removed but record processing failed
Parteek Goyal 3Parteek Goyal 3
Hi Jayan,

Please try to insert with dataloader. It will give you success and error file.
Please check that error file, it may help us to solve the problem.

Thanks,
Parteek