Hey Guys,
Can anyone pls tell me how to Change the default lookup view of the product in opportunity product/quote product/order product by javascript in CRM 2011?
I already tried with getting the data via fetchxml and loading the grid by the following method:
Xrm.Page.getControl("new_generalpractitioner").addCustomView(viewId, entityName, viewDisplayName, fetchXml, layoutXml, true);
The above method seems to work fine for all lookups views except for the products lookup in opportunity product/quote product/order product?
Any suggestion would be really appreciated.
Thanks