How to add choice created on sys_choice table value in record producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 07:06 AM
Hi all, I have below requirement how I can achieve it
First Requirement-
-I have two choice type one is Category that is "App" and "Bulk Data" and it have some subcategory on each category on select of parent category i.e. App and Bulk data subcategory will be visible on the selection of parent category which is need to create on "HR Case" table.
- How I can add this category and sub category choice on my record producer which is created on same HR Case table.
-
Second Requirement_
-When logged in user change the language from his profile then the category "App" and "Bulk Data" and it Subcategory will be translated in the selected language by logged in user in his/her profile.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 07:58 AM
Hi @rmaroti
Best way
Add them in choice table
where while creating please mention the table name correctly.
or may be create a variable type:Select box and refer to these choice table.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 08:17 AM
In choice Field value which field value will be visible i have already created the choice but i did'nt find out in choice field dropdown
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 08:24 AM
Like
Refer to your table and in that check the choice field.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************