- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2018 06:00 AM
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:
This what my import file looks like:
I also tried this:
None of these works.
Could some please help.
Thank you in advance.
Regards,
Jocelyn
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2018 11:09 AM
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;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2018 11:09 AM
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;