LoginSignup
0
0

More than 1 year has passed since last update.

ServiceNow - スクリプトインクルード作成方法

Posted at

1.モジュールを開く

[System Definition] > [Script Includes]
以下はIncidentでの例
image.png

2.新規作成フォームを開く

一覧のNewボタンを押下する。
image.png

3.クラス作成

クラス名(Name)を設定する。
image.png

4.必要な関数を作成

関数を作成する。
画像の例では、現在から3日後の日付を取得する処理を実装しています。
image.png

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