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
Paulo PerezPaulo Perez 

Is it possible insert standardprice using dataloader?

Hello SalesForce Experts

How can i insert standardprice in pricebookentry object using dataloader?
shashi lad 4shashi lad 4
In your .CSV file, you can make a column called "Priceboo2id" and for each record apply the Id value  for "standard price book" from your environment. Map this field to Pricebook2Id field on pricebookentry object. Also make sure productids are in CSV is mapped to product2Id in pricebookentry object.


thanks
 
Paulo PerezPaulo Perez
Shashi,

Thanks, but I'm trying to make what you recomended and does not work. I'm not sure if i understand it