How to hide list of values at a reference field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2017 02:31 PM
Hello team!
I can ´t find the way to hide the list of possible values at a reference type variable in a catalog item. Instead of this, I need that this variable to only show the matching value that users insert and no the possible values. In other words, the user must know the exact number and not select a suggested one:
What should be the correct procedure to do this?
Thank you!!
Pablo.
- Labels:
-
Service Catalog
-
Service Portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2017 04:26 PM
hi Pablo,
Perhaps u can check out reference qualifier:
How to: create an advanced reference qualifier for a Record Producer
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2017 09:23 AM
Thank yoy Bryan!
So I guess I must configure a filter defining, for example that the logged user must be the same as the user who created the record (I have a field called "Created_by").
So what should be the correct expressión to compare the value of Created_by to be equal to the user_name who is logged in at the Catalog?
Created_by is ?????
Regards,
Pablo.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2017 05:42 PM
hi Pablo,
i tried it on my helsinki instance and it is working fine.
Reference qual:
javascript:'sys_created_by='+getUserName()
hope this helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2017 04:38 PM
It's the Reference Qualifiers. have a read:
Helpful discussions on the community:
Reference qualifiers script for catalog item