Skip to main content
Currently we have our ERP Item's synched to Salesforce Products so when a new item is created it is synched to Salesforce as a new Product.

 

The problem I have is sometimes when the ERP item is created the creator may not necessarily include a "Standard Price".

 

Is there something I can do in Salesforce that will populate the Standard Price field for a new Product with a default value if there is no data coming from the ERP?

 

Thanks, Roger
1 respuesta
  1. 12 ago 2017, 13:30
    You could write a Process Builder that calls a Flow. The Process Builder will detect something about the Product record (not create, since every Product gets created and then gets a Standard Price added),  then calls a Flow to create a PriceBookEntry record or records for that Product, in the Standard Price Book, for each Currency youur org supports, and adds the Standard Price.
0/9000