Scripts
Front End
Workflow/Flow Designer
Tables
Records
100

This type of script is created to help you decide when and on what action the will be executed. It is server-side scripting, and it is when there is insertion, updating, deletion, or query on a record that it gets executed.

What is a Business Rule

100

This serve as an alternative for client scripts, it allows you to change a field dynamically on a form.

What is a UI Policies

100

If a workflow its not halted name the UI action name you need to click in order to "update" the workflow

Nudge

100

What do you use to "merge" 2 tables fields with their relationship?

Database View

100

What Role is needed to creates or updates ACL

security_admin

200

This action on the script set the system to NOT update the "updatedby,updated" fields on the record

.autoSysField(false);

200

This is a catalog item that lets users create task-based records from the Service Catalog. It provides an alternate way for creating records through Service Catalog.

Record producer

200

Created every time an action is added to a flow and stores variables the action generates.

Data Pills

200

What is the NAME of main PARENT table for the "Configuration Management Database"?

cmdb_ci

200

What module allows you to "summarize" record counts in servicenow.

Reports

300

A ___ changes the record imported into ServiceNow import set table to the target table. It also determines the relationships between fields displaying in an Import Set table and fields in a target table.

What is a Transform Map

300

You can override several field properties in an extended table. For instance, when you extend a changing table from the task table and the status field is read-only, you can use this to change this to non-read only.

Dictionary Override

300

A sequence of reusable actions that can be started from a Flow, Subflow, or Script.

SubFlows

300

What is the main PARENT table of SCTASKS/RITMS/REQ/PROJECTS/CHANGE/ETC...

task

300

How many characters long its a Sys_id

32

400

This is a field property useful in transform map field mapping. When you use it on a specific field, the field can be used as a unique key. When a match is found with ____ field, it results in the update of the existing record with the imported information. However, when you are unable to find a match, it results in the insertion of a new record into the database.

Coalesce

400

The ____ defines the arrangement of fields on a form or a list. For one single form, we can define multiple ____ according to the user preferences or requirements. This could type of ____ could be selectable by the user.

View

400

When a series of conditions are met, the action(s) below the condition are executed

IF

400

What is the name of the "option" on a table that will Auto Generate sequential values for each record?

auto-numbering

400

It is a tool that imports data from various data sources, and that data is mapped into ServiceNow tables using a transform map

Import Set

500

Disables or enables running business rules that are usually triggered by subsequent actions. An insert/update will not be audited if parameter is set to false. When the ā€˜e’ parameter is set to true, business rules are enabled.

What is .setWorkflow(false);

500

What code you can use to cancel a form submission through client script?

"return false"

500

For a flow to be available for execution in the instance, it must be _________?

Published

500

What is the name of checkbox that will set a field "non repeated field" on the table (not coalesce)?

Unique

500

Which table name is used in ServiceNow to audit changes to records?

sys_audit

M
e
n
u