1
0

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

#目的
ServiceNowで複数のデータを登録する場合はレコード毎に「登録」ボタンを押下した再び「新規」ボタンを押下すると登録ページが表示されるまでに時間が掛かる。
登録時間を短縮するためには「挿入と維持」ボタンを利用するとページの読み込み時間を省くことができる。
標準ではフォームに「更新」と「削除」ボタンのみが表示される。
image.png
本ページは次のように「挿入」、「挿入と維持」、「保存」ボタンを追加する手順を説明する。
image.png

#設定手順

  1. ナビゲータに「sys_properties.list」を入力してシステムプロパティページを開きます。
    image.png
  2. 名前を「glide.ui.advanced」でフィルタして、表示される行をクリックします。
    image.png
  3. 値を「true」にして保存します。
    image.png
    これでフォームに「挿入」、「挿入と維持」、「保存」ボタンが追加されます。

以上

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?