All how can I make the "Look in" show ALL products and not restrict to just the Parent Price List? It's currently grayed out so I cant even select any other options for LOOK IN. It is default at "Products in Parent Price List updated", but I want to be able to look at other price lists also.
Version 365 on premise
*This post is locked for comments
Hi Montek,
This is the standard behaviour for products in CRM, but you can work around this.
Start by hiding the 'productid' field and replacing it with a field called 'newproductid'. Then finish by adding the below JavaScript code to your form.
function productId() { var productId = Xrm.Page.ui.controls.get("newproductid").getAttribute().getValue(); Xrm.Page.ui.controls.get("productid").getAttribute().setValue(productId); }
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156