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
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.