Skip to main content
Roger Bannister 님이 #Data Management에 질문했습니다
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개
  1. 2017년 8월 12일 오후 1: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