Hi All,
I have got a single line of text field called Email Template in a custom entity. I am trying to auto-complete this field retrieving all the existing email templates and showing them in the resultSet. I referred the link below for achieving this functionality.
http://dynamicscrmcoe.com/new-autocomplete-feature/
I used the code below.
ext.getEventSource().showAutoComplete(resultSet);
While debugging the javascript, I am able to get the filtered results on the key press event in the resultSet. But no results are displayed underneath the email template field.
Can anybody help me in solving this issue?
Is it true that auto-complete feature doesn't work for fields in a custom entity?
*This post is locked for comments