Hi All,
We wanted to implement autocomplete logic in WAM filter of V13, referred DM_T2905 and tried to implement in our filter.
But we dont get the list built out of it. Wanted to know if we should defined any condition on field level or should we do any specific configuration on weblets.
I have attached the source code and the setup done for the design. Filter doesn't crash and doesn't load the list also.
Kindly let us know how to proceed.
JQuery UI Autocomplete
JQuery UI Autocomplete
- Attachments
-
- Autocomplete.docx
- (110.19 KiB) Downloaded 118 times
Re: JQuery UI Autocomplete
Hi Pravik
You need to set the labelField property to A1_LOAN (Have a look at the labelField and valueField properties of the std_autocomplete weblet to see how they work). In your case, you only need to use labelField.
PS: The messages you added for diagnostic won't show in the browser. The JSON response is consumed by the code that handles the autocomplete weblet and it ignores messages. To see what is sent from the server, use a tool like Fiddler.
HTH
Abel
You need to set the labelField property to A1_LOAN (Have a look at the labelField and valueField properties of the std_autocomplete weblet to see how they work). In your case, you only need to use labelField.
PS: The messages you added for diagnostic won't show in the browser. The JSON response is consumed by the code that handles the autocomplete weblet and it ignores messages. To see what is sent from the server, use a tool like Fiddler.
HTH
Abel