What is Script Include ?
A Script Include is basically a reusable server-side JavaScript class in ServiceNow. Example Suppose you need to get the caller’s email address from an Incident record.Instead of writing the same GlideRecord query everywhere, you put it in a Script Include: When to use it? Why do we use it? What is User Util ?UserUtil is…