how a drop down menu is populated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 11:49 PM
Hello,
How can I see how the dropdown is populated?
In my catalog item I have this dropdown that gets populated with options:
Also, those options depend on the selected environment selected before:
However after checking the catalog item variables I see that for 'security zone' field it is a select box (and not a reference field as I would expect that will just fetch options from a table)
however, when i check the question choices there are none.
How can I investigate how the dropdown is populated??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2024 12:17 AM
The g_scratchpad object passes information from the server to the client, such as when the client requires information unavailable on the form.
Thanks
dgarad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2024 12:26 AM - edited 04-12-2024 12:27 AM
Check the type specification. There you can select the table
Please Mark ✅Correct if this solves your query and also mark 👍Helpful if my response helps you find the solution.
-Vijendra