- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2016 07:49 AM
Do we have any component through which we achieve autocomplete option along with free texting? What i refer is, if we type in some value, it will show suggestion from the table and if the value doesnt available in the table, it will accept the value?
To my knowledge, there is no ready made component available, i guess. Are there any other means through which we can achieve this? If so, can someone pls provide an example?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2016 08:23 AM
Same concept, slightly different values in the dictionary entry. When you specify your reference field to your existing table, check the Dynamic creation field and see what happens when someone enters a value that doesn't currently exist. If you want to add additional attributes to the new record, use the Dynamic creation script field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2016 07:53 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2016 08:06 AM
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
If you are viewing this from the community inbox you will not see the correct answer button. If so, please review How to Mark Answers Correct From Inbox View.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2016 08:19 AM
ctomasi , but in my case, i have an existing table with a set of values., When the user enters in the control(textbox or whatever), it needs to check against the value in the table and if not present, it has to accept the value..
Is it possible

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2016 08:23 AM
Same concept, slightly different values in the dictionary entry. When you specify your reference field to your existing table, check the Dynamic creation field and see what happens when someone enters a value that doesn't currently exist. If you want to add additional attributes to the new record, use the Dynamic creation script field.