Tag Archives: lookup

How to show Filtered Lookup Dialog in Dynamics CRM through Script

We had a requirement where in we were supposed to show a Filtered Custom Lookup on form load. By Filtered Custom Lookup, it meant that we were supposed to create a Lookup dialog similar to CRM Filtered lookup (Filtered Lookup value changes on the basis of other Lookup on which it is dependent) dialog. The… Read More: How to show Filtered Lookup Dialog in Dynamics CRM through… »

Issue with the Lookup View selected during Customizations not being honored in Tablet

Issue: Usually when placing a lookup field on the form, we also select the view based on which the records should be displayed in the lookup window. The same behavior is expected for the Tablet application as well. But we came across a scenario where the lookup displayed all records irrespective of the view selected… Read More: Issue with the Lookup View selected during Customizations not being… »

Alternative to showModalDialog

Recent update to Chrome is such a hurtful update for CRM developers. It broke many of the CRM functionalities. It deprecated our favorite showModalDialog method. Due to the deprecation of showModalDialog method, we faced many issues. Out of those, we are going to talk about the CRM Lookup Dialog, that we used to get using… Read More: Alternative to showModalDialog »

Add Custom View in Lookup and Disable all the other Views

We had a requirement in which we were supposed to use a addCustomView method in order to filter the Lookup. We came across a situation in which we were able to set the custom view(The view with filtered records) as a default view to restrict the users from choosing the other records, but if a… Read More: Add Custom View in Lookup and Disable all the other… »

How to Enable and Disable the most recently used items for lookup field only.

In CRM 2011, we have found the new feature for the lookup type fields that you have the ability to see the most recently used items for that lookup while creating the records for entity.Also you can disable this feature as well by default it is enable for all lookup types fields. If you like… Read More: How to Enable and Disable the most recently used items… »

How to edit the list of entities displayed in the Look for picklist in Lookup window

The regarding lookup windows generally displays a list of all entities that can be associated with an activity. Quite often this feature becomes quite an issue with the users always having to select the appropriate entity from the list before applying the search. The longer the list of entities the more time consuming it is… Read More: How to edit the list of entities displayed in the… »

Price List Lookup does not show up any Price Lists in Opportunity form

The Price List Lookup on the Opportunity form, displays the price lists for the currency selected on the Opportunity. If no price list has been created for the specified currency it would not show any price lists in the lookup.In our case this was not the case. Here is what caused it… We once happened… Read More: Price List Lookup does not show up any Price Lists… »