J
jleinbac
Guest
This link explains the difference between the 15 digit ID values and the 18 digit ID values. The 15 digit values are what is displayed through the Salesforce UI while the 18 digit values are how the ID values are handled through the Salesforce API. developer.salesforce.com/forums I don't think the value is being truncated by the driver or application. I think the error is just returning the 15 digit ID value that is used in the Salesforce UI and not the 18 digit value used in the API. Does the value that is being inserted reference an object that actually exists in the test data? Does the ID reference the correct type of object for the Company__c column?
Continue reading...
Continue reading...