2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ServiceNow - フィールドの下にいつもメッセージを表示させる

Posted at

概要

注釈の「ヘルプ表示」と「常に展開」をチェックするとフィールドの上にメッセージは表示される。

上に表示(注釈)

設定
image.png
出力
image.png

下に表示(showFieldMsg())

フィールドの下にメッセージを表示する場合はクライアントスクリプトでshowFieldMsg()を使う。
isLoadingはページがロード(onLoad)の判定であり、newValueは値が設定されているかの判定である。何時も表示するにはページがロードされる時も未入力の時もメッセージを表示する必要があるのでこれらを判定しているif文をコメントアウトする。
設定
Field 2 (info)
image.png
Field 3 (warning)
image.png
Field 4 (error)
image.png

出力
image.png

以上

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?