sys_ui_message の各メッセージが使用される箇所を確認したい

Suyong
Giga Expert

皆様

sys_ui_message の各メッセージが、どこで使用されているか
調査する方法を教えてください

例えば、XX画面でXXボタンを押下した際の入力値チェックエラー時に表示される、といったことを
確認する方法を知りたいです。



11件の返信11

@Suyong 

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

Reviewing upgrade history 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@Suyong 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@Suyong 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@Suyong 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

senon
Tera Sage

最新の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}]というメッセージを出力するオブジェクトを探すことを例にします。

senon_0-1745564110405.png

 

②ServiceNow Studioにアクセスしてコード検索を有効にしたあと、先ほどのメッセージで検索をします。

senon_1-1745564196678.png

下の青いリンクをクリックして検索をする。

senon_2-1745564250038.png

 

③検索の結果別タブで対象のメッセージが含まれるビジネスルールを見つけることができます。

senon_3-1745564312130.png