You need to sign in to do that
Don't have an account?
Im using dataloader to load some records from a .csv to salesforce and im getting the following error for just 3 records ?
Foreign key external ID: 01305906 not found for field Codigo_Factura__c in entity Factura__c
Foreign key external ID: l01-818 not found for field Codigo_NAF__c in entity Account
Foreign key external ID: 01269006 not found for field Codigo_Factura__c in entity Factura__c
The records are not duplicated i already checked and the data is fine, im stuck, help me please!
Foreign key external ID: l01-818 not found for field Codigo_NAF__c in entity Account
Foreign key external ID: 01269006 not found for field Codigo_Factura__c in entity Factura__c
The records are not duplicated i already checked and the data is fine, im stuck, help me please!
Please check if Factura custom object has an External ID setup. Seems like while updating the records and this ID is not being found.
Please refer following help document and threads for better understanding:
http://help.salesforce.com/HTViewHelpDoc?id=faq_import_general_what_is_an_external.htm&language=en_US
http://salesforce.stackexchange.com/questions/13559/external-id-specification-in-child-object-foreign-key-reference-field
https://developer.salesforce.com/forums/ForumsMain?id=906F00000008rqpIAA
If all records are identical, how are you able to identify which 3. There must be some difference. For this type of error mostly External ID is responsible.