sys_ui_message の各メッセージが使用される箇所を確認したい
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
04-24-2025 11:27 PM
皆様
sys_ui_message の各メッセージが、どこで使用されているか
調査する方法を教えてください
例えば、XX画面でXXボタンを押下した際の入力値チェックエラー時に表示される、といったことを
確認する方法を知りたいです。
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
04-25-2025 12:11 AM
that's correct.
you can also search the messages using studio
How to do a Quick Search in Studio app
Since you talked about upgrade, you can also check upgrade history and there you will get to know what all changed/inserted as part of upgrade
Also sys_upgrade_history_log table in ServiceNow stores information related to upgrade history and logs. It records details about various upgrade processes, such as what upgrades were applied, when they were applied, and any errors or issues encountered during the upgrade. This table helps administrators track the upgrade progress and troubleshoot problems that might occur during the upgrade process.
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
04-25-2025 01:58 AM
I believe I have answered your question and you can take it further from here.
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
04-25-2025 02:23 AM
Thank you for marking my response as helpful.
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
04-27-2025 07:46 PM
Hope you are doing good.
Did my reply answer your question?
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
04-25-2025 12:00 AM - 編集済み 04-25-2025 12:02 AM
最新のServiceNow Studio内にある【code search】機能で調査することができます。
(レガシースタジオではありません)
Docs:コード検索を使用してアプリまたはアプリファイルを検索する
■実際の例
①sys_ui_messageテーブル[this knowledge article:{0} has been saved as a draft and attached to the task record: {1}]というメッセージを出力するオブジェクトを探すことを例にします。
②ServiceNow Studioにアクセスしてコード検索を有効にしたあと、先ほどのメッセージで検索をします。
下の青いリンクをクリックして検索をする。
③検索の結果別タブで対象のメッセージが含まれるビジネスルールを見つけることができます。