nerdexam
ServiceNow

CSA · Question #445

If a user is on an Incident form and is alerted when they change the value of the Priority field, which type of script executes in the Platform?

The correct answer is B. A client script. A client script is a script that runs on the client side, meaning in the user's browser, and can manipulate the user interface or validate user input. A client script can be configured to run when a form is loaded, when a field value changes, or when a form is submitted. In…

Submitted by joshua94· Apr 18, 2026User Interface and Navigation

Question

If a user is on an Incident form and is alerted when they change the value of the Priority field, which type of script executes in the Platform?

Options

  • AA server script
  • BA client script
  • CA fix script
  • DA business rule

How the community answered

(20 responses)
  • B
    90% (18)
  • C
    5% (1)
  • D
    5% (1)

Explanation

A client script is a script that runs on the client side, meaning in the user's browser, and can manipulate the user interface or validate user input. A client script can be configured to run when a form is loaded, when a field value changes, or when a form is submitted. In this case, the script runs when the Priority field value changes and alerts the user.

Topics

#Client Script#Form Scripting#UI Logic#Script Execution Context

Community Discussion

No community discussion yet for this question.

Full CSA Practice