SaumilBapat / dataloadercliq

Automatically exported from code.google.com/p/dataloadercliq
0 stars 0 forks source link

Unable to insert opportunity line items #85

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Have a pricebook defined for an opportunity
2.Create endpoint to insert opportunity line items (with appropriate sdl etc.)
3. attempt to perform an insert

What is the expected output? What do you see instead?

2014-04-30 22:28:23,549 ERROR [INSERT_QUOTE] client.PartnerClient processResult 
(PartnerClient.java:432) - Errors were found on item0
2014-04-30 22:28:23,549 ERROR [INSERT_QUOTE] client.PartnerClient processResult 
(PartnerClient.java:434) - Error code is:FIELD_INTEGRITY_EXCEPTION
2014-04-30 22:28:23,549 ERROR [INSERT_QUOTE] client.PartnerClient processResult 
(PartnerClient.java:435) - Error message:field integrity exception: 
PricebookEntryId, unknown (versions 3.0 and higher must specify pricebook entry 
id, others must specify product id)

What version of the product are you using? On what operating system?
OSX Mavericks, latest version of cliq

Please provide any additional information below.
The strangest thing is that Lexiloader v.29 performs the insert using the same 
mapping and the same input file without any issue

Original issue reported on code.google.com by ets...@gmail.com on 30 Apr 2014 at 8:18