- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 05:10 AM
Hi,
I have created a table 'Meeting Type' with required options. I have given that table as a reference type in the catalog form with 'ref_ac_columns=u_meeting_type' as a variable attribute. But when I try it, it shows the options as 0,1,2,3,4. Why is it so?
How to display the options given in the table instead of those numbers?
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 05:56 AM
Hi Priya,
The most common reason for seeing that setup is that you have a column in your table that has those numbers and that column is marked as display. The system uses the column marked as display to pass a value that makes sense to us humans rather than the sys id when displaying a reference. Make sure that you have the descriptor that you need showing as display. ALso make sure that yo uonly have one column marked as display.
:{)
Helpful and Correct tags are appreciated and help others to find information faster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 05:56 AM
Hi Priya,
The most common reason for seeing that setup is that you have a column in your table that has those numbers and that column is marked as display. The system uses the column marked as display to pass a value that makes sense to us humans rather than the sys id when displaying a reference. Make sure that you have the descriptor that you need showing as display. ALso make sure that yo uonly have one column marked as display.
:{)
Helpful and Correct tags are appreciated and help others to find information faster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 08:02 PM
Hi,
Thank you!