Skip to main content
I am trying to do a data upload to create new records in a Custom Object (Delta) however one of the fields "Department" in (Delta) is a Look Up field linked to another Custom Object  (Gamma). When I try to load the new records in (Delta) including the Look Up field "Department" I get the following error message Department: id value of incorrect type: Administration  Administration does exist in the custom object "Gamma" so why am I getting this error message.

 

Is there something different I need to be doing to upload initial data to this Look Up field?

 

Thanks, Roger
4 respuestas
  1. 1 abr 2013, 12:09
    You are passing in the named value; you need to pass in the record id for the Department.
0/9000