Skip to main content
I've only ever created individual products with fixed prices to add to my pricebook. I've spent a couple hours this morning going through training and help answers in the community to find an example to work from, but I cannot find anything specifically.

 

I need to create an International License product that has a picklist for choosing the country and fixed price for that country.

 

Ideally, the sales user on their opportunity chooses add product -> they choose International Licence from the product list -> on the list price page would be a picklist to choose the country -> List Price is fixed upon selection -> they select quantity, click save, done.

 

I thought that I needed to create a product family for this first, but can't figure out how to get a picklist created for the product itself.

 

Any guidance or references would be greatly appreciated!
1 个回答
  1. 2020年1月10日 12:28
    You can create the picklist on Product object, and then create formula fields on Opportunity product object to get the Product information on Opp Product records.

     

    To get info of picklist in the formula field(text), the formula would look like this:

    TEXT(PriceBookEntry.Product2.Picklist__c)

     

     
0/9000