- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2025 09:07 PM
Hi There,
I need to create a HR Case Subcategory field ( with reference to table sys_choice ), those sys_choices are being captured from HR Record Producers, so their dependent field is hr_service.
Since sys_choice cannot be used as a reference table. What is the best way to resolve this issue.
Requirement.
1) Create a Subcatrgory field [ reference table is sys_choice ] - somewhat similar to HR_servce list based on COEs.
2) sn_hr_core_case_creation.do form to display choices list for each hr_service - ( reference qualifier )
3) This should work in HR Agent Workspace Inquiry page & New Case Creation Page as well
Appreciate any help on this.
Thanks!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2025 10:55 PM
Hi @Dharma Liyanag ,
You can check the below thread:
https://www.servicenow.com/community/developer-blog/how-to-fix-a-reference-to-the-choice-sys-choice-...
If the above information helps you, Kindly mark it as Helpful and Accept the solution.
Regards,
Najmuddin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2025 11:26 PM
You can create a choice field, that is referencing a table to get the choices from. The other way around isn't recommended.
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
‎01-12-2025 10:55 PM
Hi @Dharma Liyanag ,
You can check the below thread:
https://www.servicenow.com/community/developer-blog/how-to-fix-a-reference-to-the-choice-sys-choice-...
If the above information helps you, Kindly mark it as Helpful and Accept the solution.
Regards,
Najmuddin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2025 11:26 PM
You can create a choice field, that is referencing a table to get the choices from. The other way around isn't recommended.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark