- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
I created three UX List's for the "Service Operations Workspace", but Im not being able to translate them, I tried using the "sys_ui_message" table, but it didnt work.
Does anyone know how to translate "UX List's" ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
enable I18 debugging from left nav and see where it's stored
It's stored in Translated Name / Fields(sys_translated) table (TRF)
Everything you ever wanted to know about the 5 translation tables
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
enable I18 debugging from left nav and see where it's stored
It's stored in Translated Name / Fields(sys_translated) table (TRF)
Everything you ever wanted to know about the 5 translation tables
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
You must create entries in the Translated Name / Field [sys_translated] or Translated Text [sys_translated_text] tables for the specific UX List records.
Workspace lists are configured in UI Builder, and their labels often reside in the UX List [sys_ux_list] table or related configuration tables, which require proper translation records rather than simple UI messages
Go through this community post. It will help you.
