- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2024 03:59 AM
Hi Experts,
Please suggest how to proceed. Creating an RITM with a variable which should be 'Drop Down' and the values from drop down choices should come from sys_choice table , so that whenever we add or remove it should reflect accordingly.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2024 04:47 AM
You can do this with a Lookup Select Box type of variable. I have configured this example to emulated Category as seen on the Incident form / table
In the Reference qualifier, use the name and element from your desired choice list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2024 04:47 AM
You can do this with a Lookup Select Box type of variable. I have configured this example to emulated Category as seen on the Incident form / table
In the Reference qualifier, use the name and element from your desired choice list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2024 07:34 AM
Thanks @Brad Bowman that gave a direction useful to proceed .