Short Description of an HR Service is not getting Translated.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2023 04:21 AM
Hi All,
My requirement is to Translate the Short description of an HR service using Business rule in PB,DE and BR languages. So i have written BR in le case table and where i kept the condition is after insert and this is the code i have written. But this is not working.
Advanced Script:
var ui_translated = new GlideRecord('sys_documentation');
ui_translated.initialize();
ui_translated.tablename = 'sn_hr_le_case';
ui_translated.label = 'Integrar novos funcionários';
ui_translated.element = 'short_description';
ui_translated.language = 'pb';
ui_translated.insert();
Thanks,
Har**bleep**ha SR
0 REPLIES 0