Catalog Itemにおいて、複数のVariable内の1つの更新をトリガーにして特定の共通処理を実行させたい状況は多くあります。簡単な例だと、複数のVariableが更新される度にそれらの値の平均値を算出して特定のVariableにセットしたいという状況です。実現する方法と ...
前回の投稿記事で、Glode Excel Parser APIを使い、起票時に添付されてきたExcelを自動で取り込みレコード生成する技術をご案内しました。 申請起票時のカタログ画面に複数行変数セット(MRVS)を配置し、請求申請や購入申請などの明細アイテムを複数行入力さ ...
Client Scripts in ServiceNow are JavaScript snippets that run in the browser to control and enhance user interaction with forms and list views. They execute in real time as users interact with the ...
Description: Write an onChange Client Script for the "category" field. If the category is "Hardware", make the "sub_category" field visible; otherwise, hide it.