How to add choice created on sys_choice table value in record producer

rmaroti
Tera Contributor

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.

3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @rmaroti 

 

Best way 

 

Add them in choice table

where while creating please mention the table name correctly.

LearnNGrowAtul_0-1707234880441.png

 

or may be create a variable  type:Select box  and refer to these choice table.

 

LearnNGrowAtul_1-1707235068472.png

 

https://www.servicenow.com/community/developer-forum/replicate-the-choice-list-of-choice-filed-from-...

*************************************************************************************************************
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]

****************************************************************************************************************

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

Like 

LearnNGrowAtul_0-1707236618604.png

 

 

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]

****************************************************************************************************************