Tag Archives: showAutoComplete in CRM 2016

Load AutoComplete options from Config Entity

salutationentity2

In our earlier post we discussed about new scripting methods introduced in CRM 2016 to implement AutoComplete feature. In last example we used hard coded option to show over autocomplete list, but in this post we are going to demonstrate how we can bring these options from a custom configuration entity to populate under autocomplete list. We have setup a… Read more »

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 »