- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2018 03:39 AM
Hi I have created a table , 'u_category_sub' . Under incident table I have created on choice field .
I want a value of this new choice field from my table 'u_category_sub'.
when I do Configure Dictionary ---> advance View on that field.
I am not able to view my new table in choice table. Not sure what I am missing
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2018 03:50 AM
You need to have a choice list on your table. This option is used to extend choice list options configured on a choice list on another table to your current choice list field on your current table.
If you need to populate the choice list with records from your custom table you'll need to either add them as choices or run a script to query the table and return the values that you add via g_form.addOption().
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2018 03:50 AM
You need to have a choice list on your table. This option is used to extend choice list options configured on a choice list on another table to your current choice list field on your current table.
If you need to populate the choice list with records from your custom table you'll need to either add them as choices or run a script to query the table and return the values that you add via g_form.addOption().
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2018 05:30 AM
thanks for your help David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2022 03:09 AM
Thanks for the help.