- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2016 02:23 PM
Thanks, Chuck! I'll give this a try.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2018 01:50 PM
How can I use a UI reference variable to only show one column? so that the search occurs in that column
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2016 06:28 AM
Use something like below. It will show in the UI Page.
<g:ui_reference label="Name" name="name" table="sys_user" field="user_name" />
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2016 06:54 AM
How are you using the UI Page on a Record Producer. As a popup with GlideDialogWindow or something?
I think what you need is a Variable on your Record Producer (you have hide it with a UI Policy). The value from the UI Page needs to be copied to the Variable with a Client Script. When you submit the Record Producer, you can map the Variable to the Name field on your new record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2016 07:01 AM
I have cross posted this question to: Live 4 hr Q&A session with Service Catalog Product Experts
Hopefully we'll have an answer today during the session.