cdsincfl Member Licensed User Longtime User Dec 3, 2021 #1 How do I allow a user to add an item typed in the search area that is not in the list of the SearchTemplate?
How do I allow a user to add an item typed in the search area that is not in the list of the SearchTemplate?
cdsincfl Member Licensed User Longtime User Dec 3, 2021 #2 Found this and it worked: SearchTemplate.AllowUnlistedText = True Upvote 1
M Mahares Expert Licensed User Longtime User Dec 3, 2021 #3 cdsincfl said: Found this and it worked: Click to expand... Can you give an example exactly how it worked. Upvote 0
cdsincfl said: Found this and it worked: Click to expand... Can you give an example exactly how it worked.
cdsincfl Member Licensed User Longtime User Dec 4, 2021 #4 I just set the ( SearchTemplate.AllowUnlistedText ) to True when creating the SearchTemplate. I knew there was a setting but just couldn't find it searching the forum. Upvote 0
I just set the ( SearchTemplate.AllowUnlistedText ) to True when creating the SearchTemplate. I knew there was a setting but just couldn't find it searching the forum.