Ramesh Bangaram
In the Type-ahead control, how do we store the data obtained from the Ajax.Can anyone help me with this?
SPARK Support
Hi Ramesh,
The Type Ahead control can be configured to retrieve items from a static list or list items from a service dynamically. The default example service provided with the Type Ahead control demonstrates the variables that would need be configured to accept input and return a list variable dynamically. The underlying service could be designed to contain either a predetermined list in the variable or connect to database to retrieve items with a script control.
https://salientprocess.zendesk.com/hc/en-us/articles/205678498-Type-Ahead-Text
Regards,
Stephen P.