Catalog Item Translation - sys_translated_text

JLeong
Mega Sage

Hi All,

I am trying to translate our Service Catalog and I am using the Sys Translated Text Translation Map.

It is loading data however, it leaves the Document column blank:

find_real_file.png

This what my import file looks like:

find_real_file.png

I also tried this:

find_real_file.png

None of these works.

Could some please help.

Thank you in advance.

Regards,

Jocelyn

 

 

1 ACCEPTED SOLUTION

JLeong
Mega Sage

I found the issue...the OOB script needs some adjustment....

The var in the Sys Translated Text Translation Map is incorrect:

I replaced var doc = source.u_document_sys_id;

with var doc = source.u_document; 

 

 

 

 

 

View solution in original post

1 REPLY 1

JLeong
Mega Sage

I found the issue...the OOB script needs some adjustment....

The var in the Sys Translated Text Translation Map is incorrect:

I replaced var doc = source.u_document_sys_id;

with var doc = source.u_document;