function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
msimondsmsimonds 

Opp LIne Item mass update

I have been trying (unsuccessfully)  to update a pricebookentry id (product from one pricebook) on line items using the data loader.  I tried update, but that field is not updateable. I also tried upsert, but i receive an error > Unable to create/update fields: PricebookEntryId. Please check the security settings of this field and verify that it is read/write for your profile.

 

 

Am I doing something wrong or is there another, better way to do this.....

 

 

Thanks in Advance!! I hope this makes sense

 

 

~mike

MalhiMalhi

Hi Mike,

 

Did you resolve this issue. I am also trying to update the PricebookEntryId via API but getting same error. Even I didn't see this field in the object from where I can change the security settings.

 

Any idea or workaround for this?

 

Malhi