User Activity
06-19-2025
Workspace のフォームで、漢字を入力した際に「ふりがな(ひらがな)」を自動補完したいと考えています。ただし、外部のAPI(例えばYahoo日本語変換APIなど)を使用せずに、ServiceNowの中だけで実現する方法を探しています。何か良い方法や実装例をご存知の方がいれば、ご教示いただけると助かります。
06-17-2025
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')."
I was able to successfully implement autoKana using UI Script and Client Script on the classic UI.However, it doesn't work in Workspace.Is there any way to implement auto kana conversion (automatic Hiragana generation from Kanji input) in Workspace U...
10-27-2023
Is there a better way to write it or a simpler way or a way to maintain it later?var gr= new GlideRecord('sys_user_grmember');// Agroupvar tifi = gr.addQuery('group', 'ec6fb87747f1311047d9afcf016d438b');// Bgrouptifi .addOrCondition('group', 'Search ...
Hello, everyoneI have hidden the submit button of the catalog item on the computer side, but this button is still displayed on the now mobile. Does anyone have a good solution.