試験CSA-JPN トピック1 問題44 スレッド
ServiceNow CSA-JPNのリアル試験問題集
問題 #: 44
トピック #: 1
問題 #: 44
トピック #: 1
管理者は、インシデントを提出するすべてのユーザーにリマインダーメッセージを表示したいと考えています。これはどの機能で実現できますか?
おすすめの解答:A 解答を投票する
To display reminder messages or alerts to users as they interact with forms in ServiceNow, Client Scripts are used. Specifically, an onSubmit Client Script can be configured to display a message or perform validation just before the form is submitted by the user. This script runs on the client (browser) and can prevent submission or prompt the user with informational messages.
Business Rules execute on the server and cannot directly interact with the user interface in real-time. Policies and Data Policies enforce data consistency but do not provide user messages or reminders during form submission.
Therefore, the Client Script is the correct mechanism to display a reminder message dynamically as the incident is submitted.
Reference:
ServiceNow System Administrator Study Guide, Client Scripts section
ServiceNow Docs: Client Scripts - onSubmit
ServiceNow Docs: Data Policy Overview
Business Rules execute on the server and cannot directly interact with the user interface in real-time. Policies and Data Policies enforce data consistency but do not provide user messages or reminders during form submission.
Therefore, the Client Script is the correct mechanism to display a reminder message dynamically as the incident is submitted.
Reference:
ServiceNow System Administrator Study Guide, Client Scripts section
ServiceNow Docs: Client Scripts - onSubmit
ServiceNow Docs: Data Policy Overview
土屋** 2026-08-29 10:49:24
コメント
他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。
コメントを通報する
コメント中
今すぐ 新規登録 / ログイン (無料です)。