20
Views
2
Comments
Input_AutoComplete_GetIdentifier returns url-encoded text
Question
Hi. I am having a problem with the Input_AutoComplete_GetIdentifier, when the identifier is a text with whitespaces or other special characters.
The result of Input_AutoComplete_GetIdentifier is coming url-encoded, and thus appears garbled to the end user. I am attaching a sample eSpace that demonstrates the problem.

Is this a known issue? Is there a workaround for it?

EDIT: here's a screenshot of the output of the Input_AutoComplete_GetIdentifier:


Thanks,
Leonardo Fernandes
TesteAutocompleteUrlEncode.oml
2016-04-21 20-09-55
J.
 
MVP
well, why is the id some text and not just, and id (number) ?
normally you would have a dropdownlist based on an id and a name/description.

2019-07-08 11-04-35
Leonardo Fernandes
 
MVP
Yes, but the contents of the drop down comes from an integration, and exposes no integer id.
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.