function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mitesh SuraMitesh Sura 

Select Pricebook in Lightning

Salesforce classic had dedicated URL to "Choose Priceook" but not in  Lightning. We have custom VF page to add products and wondering what is best way to route users to select pricebook if one does not exist in Lightning.

Flow
- Click custom "Add Products" button
- Check if Pricebook is attached to opportunity
- Redirect to "Choose Pricebook"
- User selects the pricebook and then redirect back to custom VF page

Above flow is working in classic and need to make it workin in Lighrning. 
Anup ShelkeAnup Shelke
Hi Mitesh, 

Did you get any solution for this issue? i am facing the same issue.

Thanks.
Mitesh SuraMitesh Sura
Hi Anup,

We ended up creating custom lightning component for selecting pricebook. 
Eric Smith 9Eric Smith 9
Mitesh,

Would you be willing to share the source code for your custom component?