How to disable the suggested results at a Reference Variable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 12:45 PM
Hello guys,
I have added a reference variable in a Catalog Item. This variable is intended to search a value from a table and put it into the field. But I need to hide the search results (not to show possible ones) so the user must enter a valid one without having the choice to select anyone.
Is there any way so the user must enter the value and if it is valid it only gets the match?
Cheers!
Pablo
- Labels:
-
Service Catalog
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2018 04:23 AM
Hello,
Where you able to resolve this? I'm trying to achieve the same requirement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2018 10:48 AM
Hi,
You could perhaps try setting a non-valid value to the attribute: ref_auto_completer. Valid values are: AJAXReferenceCompleter, AJAXTableCompleter and AJAXReferenceChoice. Perhaps try doing something like: ref_auto_completer=DoNotDisplay
From documentation :
Attribute | Description |
---|---|
ref_auto_completer | Specifies the name of the client-side JavaScript class that creates the drop-down auto completion choices. Valid class values include:
|
I hope this helps!
Berny