Skip to main content
Priscilla C が「#Data Management」で質問
I am getting errors when uploading my csv file into data loader. I am trying to import the class dates so we can start collecting attendance for Students. I have attached a few screen shots. The error I keep getting is "is not a valid salesforce ID for the class date". The id I am inserting is the Id for the course offering I am imporiting the dates for. Importing Class Dates using Data LoaderUser-added imageUser-added imageUser-added imageUser-added image
2 件の回答
  1. 2019年4月8日 19:39
    Hi

     

    Currently you are trying to map the Course Offering record id to Class_Date record id which is not accepting while data loading because both are different object and ID will never match.

     

    Few concerns-

     

    1. I think you should insert new records of Class Date insted of update, and link with existing course Offering.

     

    2. Cource Offering record ID of file should be map with Cource_offering_c field. (Currently mapped with OwnerId)

     

    3. Remove the Cource Offering (text) mapping. (Currently mapped with Cource_offering_c

     

    lets give a try and let us know if any query  
0/9000