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
This serve as an alternative for client scripts, it allows you to change a field dynamically on a form.
What is a UI Policies
If a workflow its not halted name the UI action name you need to click in order to "update" the workflow
Nudge
What do you use to "merge" 2 tables fields with their relationship?
Database View
What Role is needed to creates or updates ACL
security_admin
This action on the script set the system to NOT update the "updatedby,updated" fields on the record
.autoSysField(false);
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
Created every time an action is added to a flow and stores variables the action generates.
Data Pills
What is the NAME of main PARENT table for the "Configuration Management Database"?
cmdb_ci
What module allows you to "summarize" record counts in servicenow.
Reports
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
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
A sequence of reusable actions that can be started from a Flow, Subflow, or Script.
SubFlows
What is the main PARENT table of SCTASKS/RITMS/REQ/PROJECTS/CHANGE/ETC...
task
How many characters long its a Sys_id
32
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
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
When a series of conditions are met, the action(s) below the condition are executed
IF
What is the name of the "option" on a table that will Auto Generate sequential values for each record?
auto-numbering
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
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);
What code you can use to cancel a form submission through client script?
"return false"
For a flow to be available for execution in the instance, it must be _________?
Published
What is the name of checkbox that will set a field "non repeated field" on the table (not coalesce)?
Unique
Which table name is used in ServiceNow to audit changes to records?
sys_audit