How to do translation for checklist items on a HR task ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2024 06:55 AM
Hello, Community,
I am trying to translate the checklist items to french on a HR task while the task assignee's language is French.
Is there any way to implement that in servicenow ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2024 07:08 AM
HI @DanielWan ,
Please try to update your checklists in sys_translated/sys_ui_message table.
Also, read this Doc :https://docs.servicenow.com/bundle/vancouver-employee-service-management/page/product/human-resource...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2024 07:34 AM
@DanielWan I doubt if you will be able to translate the checklist, as name field on the checklist item table is a plain string field and it doesn't support translation. Only option is to keep the checklist item text in French instead of English.
Hope this helps.