You need to sign in to do that
Don't have an account?

How to restrict Pricebook selection based on opportunity picklist of country
Hi
we have a requirement of
How to restrict Pricebook selection based on opportunity picklist of country.
Decp:When we Select a picklist value as India in opportunity, we have to access india price book only.
How to achieve this requirment ?
Thanks in Advance
I hope, its not possible in standard salesforce.
Is there any chance to restrict, using Apex classes ?
We have "Country" picklist in Opportunity. We have multiple PriceBooks.
If we select India as Country in Opportunity, then we have to get India Price Book will adding the products on that opportunity. Again we have multiple price books on name India i.e India - East, India - West, India - North, India - South.
So if we select India as country in opportunity, we have to get those "India - East, India - West, India - North, India - South" price books only.
Please suggest.
Thanks in Advance,
Karthik Thota.
For all those who have still not been able to resolve this. Here are the few steps to Sharing Pricebooks across different users.
Hope this solves.
After Summer 14, Price Book has been promoted to a Salesforce Object so any new Fields, Record Types, Page Layouts can be created.
regards,
Amitabh
I'm running into the same issue as well but I need to restrict access based on the opportunity record type. Is there a way to limit visbility using APEX to look at the parent record type?