Tailoring CRM 2011 Forms to customer needs often brings unusual requirements. What can we do if the user wants to automatically scroll a tab to the top when is expanded? We can use this function:
April 30, 2013
April 18, 2013
Retrieve Entity Logical Name from a record GUID
In the case we have only an anonymous record GUID and we want to know which entity belongs, we can do a "brute force" attack against the CRM using the metadata information.
April 16, 2013
Get current user's full name with a synchronous call
An AJAX request can be made also synchronous, this can be useful when we want to make a simple and fast request inside CRM 2011.
In this example we will retrieve the full name of the current user and set the value to a custom field called "new_userfullname".
In this example we will retrieve the full name of the current user and set the value to a custom field called "new_userfullname".
April 8, 2013
Disable CRM 2011 Form Assistant for selected fields
the Form Assistant is a useful feature that allows to populate some lookup fields by providing a list on the right side of the form.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1TnfHA8hVyyAiVe-6ge233Qb3hTYNALPxZuqZyTnligI4Lf2ab-VYi0VuDZF_LdWhYD1JqqtGSYi21mQfYu0s6q9z0TXPClvUeYU7OOi8_vRR2Wm9Qu9jcwkT963isNL37sjTC9FINsI/s320/formassistant.png)
It's possible to disable completely the Form Assistant, but there is a way to disable the functionality only for some fields of the form?
To achieve this result we need to manipulate the DOM with JavaScript,
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1TnfHA8hVyyAiVe-6ge233Qb3hTYNALPxZuqZyTnligI4Lf2ab-VYi0VuDZF_LdWhYD1JqqtGSYi21mQfYu0s6q9z0TXPClvUeYU7OOi8_vRR2Wm9Qu9jcwkT963isNL37sjTC9FINsI/s320/formassistant.png)
It's possible to disable completely the Form Assistant, but there is a way to disable the functionality only for some fields of the form?
To achieve this result we need to manipulate the DOM with JavaScript,
Subscribe to:
Posts (Atom)