export variables & questions choices

jean-pauldehaas
Tera Guru

Hi,

 

im trying to export catalog items variables including the question choices so this can be translated in multiple languages by end users.

 

is there an easy way to do this ?

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @jean-pauldehaas 

 

https://INSATNCENMAE.service-now.com/now/nav/ui/classic/params/target/item_option_new_list.do%3Fsysparm_userpref_module%3Df36ecc0fc0a8010a005d7a8a40bd6b16

LearnNGrowAtul_0-1702462173531.png

 

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

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

Hi @Dr Atul G- LNG 

 

i found this already and yes i get the question but i dont get the question choices this way

Hi @jean-pauldehaas 

 

I tried at my end , but there is no direct way to get the choices, as choices stored in question_choice_list.

 

So you can create a Database view to get the both values or create report on variable table , get the all Type of choice in nature and then create report on question_choice_list to get the values. 

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

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

RichardSaunders
Tera Guru

Just do it from the question_choice table, this will give you both the choice and the variable name.

RichardSaunders_0-1702469738357.png