Short Description of an HR Service is not getting Translated.

Harshitha SR1
Tera Contributor

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