How to add options to to list choice by depending on the other reference?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2023 01:45 PM
Hi,
In the form i have two fields , one is reference and the other is dropdown(select box kind). the dropdown values is depending on the first reference field. i can do this by using the "g_form.add option" -- but this works only on the form level. But in the list view we wont get this drop down options to select. How to achieve this in the list view ?
Thanks,
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2023 02:19 PM
Hi @snow57,
Look into using dependent values.
Create all choices for the field, set the sys_id as the dependent value.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.