- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2022 06:42 AM
Good Morning,
I have created a custom table within my instance that has two fields, category and subcategory. Subcategory requires a dependency on the category field. I just want to make sure I am correct with the info I have found. This is not possible on a record producer without scripting, I can only set a field dependency on the table form. Not sure that it matters, but the category and subcategory is not related to incidents, they are related to facility requests at our company.
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2022 07:01 AM
Indeed, you need to script. Check this blog for more information.
If my answer helped you in any way, please then mark it as helpful.
Mark
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2022 07:01 AM
Indeed, you need to script. Check this blog for more information.
If my answer helped you in any way, please then mark it as helpful.
Mark
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2022 07:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2022 08:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2023 08:26 AM
If you have your dependency defined on the sys_choice table, you shouldn't need a script
// Example: Incident
// Reference qualifier
javascript: 'name=incident^element=subcategory^inactive=false^dependent_value=' + current.variables.category
// Variable attributes
ref_qual_elements=category