- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2021 05:29 PM
I want to display the choice of 'apply_address_old' column at catalog item. Just like this example. How can I do it?
Solved! Go to Solution.
- Labels:
-
Service Catalog
-
Service Portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2021 09:40 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2021 08:10 PM
try this way,
select table as "sys_choice" and then select "Lookup value field" as "Label" and "Lookup label field(s)" as value.
Apply reference qualifier like below in your lookup multiple choice as.
javascript:'element=apply_address_old'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2021 09:25 PM
It's not work.Should I change field type in table or do other change?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2021 09:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2021 10:00 PM
Thank you. It's work.
I have a new question.
Just like your example. If I wan to set 'A' can't be choice,but 'A' also display. How can I do it?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2021 10:05 PM
You mean, you want to remove A from choice ? if yes then you can apply in reference qualifier.