Category Archives: Ms CRM 2016

Using New Scripting Methods in CRM 2016 Part 2

In our earlier post, we discussed getValue and KeyPress methods introduced in CRM 2016, in this post we are going to discuss AutoComplete methods. Below two methods are added to implementing auto complete feature to text fields: • showAutoComplete • hideAutoComplete showAutoComplete– This method allows us to show list of possible values as dropdown to add auto complete feature to… Read more »

Using New Scripting Methods in CRM 2016 Part 1

With the release of Dynamics CRM 2016, new client side methods introduced that we can use to make user experience more interactive while enter data in CRM forms. Following are the methods: • getValue • Keypress • Autocomplete getValue Method – This method is used to get the latest value of the field. Earlier this method was only available in… Read more »