Filter a lookup in MS CRM
Below are 2 functions to filter a lookup. - gFilterLookup() is used to filter a lookup based on another lookup. - gFilterLookupValue() is used to filter a lookup based based on any value. Both...
View ArticleRead or set a value in a lookup
The following 2 functions enable you to read or set a value in a lookup. E.g. retrieve a text/GUID or set a default value to a lookup. Follow the instructions in each function below....
View ArticleHide / show new button in a lookup
This function allows you to hide the “New” button from a lookup to stop users to create new records directly from within the lookup window. //*********************************************************...
View ArticleChange the display text in a lookup
The following function enables you to change display value of a lookup in MS CRM. In the example below we have a custom entity to register multiple roles/relationships between accounts and contacts....
View Article