Populating dependent values from table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2023 08:18 AM
I have a table with type and sub type. I am referencing them in another table. Two fields on this table I am able to get the type values but could not set up dependent value to get the sub type. Does it needs to be done in client script using glide ajax?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2023 09:10 AM
Hi @samadam ,
If sub type is reference field and you want values in sub type depending on type then you can use reference qualifier, And if it is choice type then you can use "dependent Value" feature.
Would also request you to explain your requirement with more details.
Regards,
Shivangi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2023 09:21 AM
SubType is a choice field. I want type and type/subtype to behave like Category/Sub Category on Incident but pulling from a table.
I tried the dependent value but doesn't work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2023 09:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2023 09:23 AM
I am trying to script and get the values but returning as array is not working.