Skip to main content
Kris Webster ha fatto una domanda in #Data Management
I have just gone through the process of uploading about 1,500 products to my production org via data loader. I am now needing a way to upload all the associated prices for each product to the standard price book so that all these new products will have their correct price associated with them. Is it possible to give all these products their prices via data uploader? i know you can upload price book items using the data loader, but how do I associate the prices with the products alrady loaded into my org? I would hate to have to manually enter the price for each product. 

 

THANKS IN ADVANCE 
1 risposta
  1. 19 giu 2018, 19:38
    Hi Kris,

     

    You would need to export the Products you have imported to retrieve their salesforce ID , create a new CSV file and conduct an Import to the PricebookEntry object. You would need the UnitPrice, Pricebook Id (Id of the Standard Pricebook), Product Id, IsActive (True/False). You can refer to the link below for more information with regards to the object.

     

    https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_pricebookentry.htm?search_text=pricebookentry
0/9000