- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 11:06 PM
I have a record producer and I have created translation records on "sys_translated" table for questions and question choices.
Based on some conditions I am adding and removing options using an Onchange client script, for the added Options through the client script translation is not reflecting.
I believe the issue here is because the addOption functionality happens on client-side and that might be the reason for not picking up the translations.
Any workaround to tackle this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 11:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 12:58 AM
Hi @Sai_Dilip ,
Please go through the below email thread it might be useful to fix your issue.
Translation using getMessage for addOption choices... - ServiceNow Community
Thanks & Regards,
Anitha H V
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 11:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 12:58 AM
Hi @Sai_Dilip ,
Please go through the below email thread it might be useful to fix your issue.
Translation using getMessage for addOption choices... - ServiceNow Community
Thanks & Regards,
Anitha H V
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2024 11:44 PM
Thanks @1__AnithaHV & @Community Alums , I have used getMessage only for the label value replacement, now I am using for both the parameters in the addOption('label_value & backend_value'). It worked.