Automatically populate the Hiragana reading based on the Japanese Kanji input in the form/table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 07:03 PM - edited 06-17-2025 09:44 PM
workspace "When a user enters Japanese Kanji in a field (e.g., 'u_jp'), automatically convert and display the corresponding Hiragana in another field (e.g., 'u_jp1')."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 09:44 PM
sorry your requirement is not clear.
please share the screenshots.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 09:52 PM
Hi Ankur,
Thank you for your response.
Let me clarify my requirement and current situation:
Requirement:
In a Workspace table form, when I input Japanese kanji into the Name field, I want the corresponding Hiragana Name field to automatically show the Hiragana reading of the kanji input.
Current situation:
I have successfully implemented this functionality on the U16 Classic UI using Client Script + UI Script with AutoKana.js.
UI Script: I included AutoKana.js from https://arts-factory.net/autokana/
Client Script: I set up the onLoad script to enable the kana generation
However, this approach does not work in Workspace, since UI Scripts and traditional Client Scripts are not supported in Configurable Workspace.
I would like to know if there is any recommended way to implement this feature in Workspace.
Thank you in advance.
Best regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 10:31 PM
can you share how it's handled currently for native?
with that in mind may be we can propose something for workspace.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 10:40 PM
This is my setting‘
UI Script