ServiceNow CAD (MSC)

ServiceNow CAD (MSC)

Professional Development

7 Qs

quiz-placeholder

Similar activities

INFORMATYKA + C++

INFORMATYKA + C++

Professional Development

11 Qs

Let's do our best

Let's do our best

Professional Development

9 Qs

How well do you know the game, "There is no game"?

How well do you know the game, "There is no game"?

KG - Professional Development

9 Qs

BPO Part 1

BPO Part 1

Professional Development

12 Qs

EXIT QUIZ

EXIT QUIZ

Professional Development

9 Qs

PL Procedures

PL Procedures

Professional Development

10 Qs

RTV 36 Single Voice Copy

RTV 36 Single Voice Copy

University - Professional Development

10 Qs

Post Test Marketplace & Digital Payment

Post Test Marketplace & Digital Payment

Professional Development

10 Qs

ServiceNow CAD (MSC)

ServiceNow CAD (MSC)

Assessment

Quiz

Other

Professional Development

Medium

Created by

Mario Sanz

Used 18+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • Ungraded

Which of these classess are part of the ServiceNow client-side API. Morethan one may be correct.

GlideSystem (gs)

GlideUser (g_user)

GlideDateTime

GlideDate

GlideForm (g_form)

2.

MULTIPLE SELECT QUESTION

45 sec • Ungraded

When do onSubmit Client Scripts execute their script logic? More than one response may be correct.

When user clicks the Submit button.

When user clicks the Delete button.

When a user clicks the Update button.

When user clicks the Save menu item in the Additional Actions menu.

When a user clicks the Lookup button on a reference field.

3.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

True or False? A single Client Script can execute its script logic when a user loads a record into a form AND when a user saves/submits/updates a form.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

True or False? A single Client Script can execute its script logic when a user loads a record into a form AND when a user changes a value in a field.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

True or False? UI Policies require scripting to make form fields Mandatory, Visible, or Read only.

True

False

6.

MULTIPLE SELECT QUESTION

45 sec • Ungraded

When a UI Policies execute their logic? More than one response may be correct.

When a record is loaded into a form.

When field values change on a form.

When a form is saved, submitted, or updated.

When a Client Script executes.

When a record is loaded into a list.

7.

MULTIPLE SELECT QUESTION

45 sec • Ungraded

Which of the following is a strategy for debugging Client Scripts or UI Policies? More than one response may be correct.

Browser's Developer Console.

Debug UI Policies module.

Javascript try/catch.

JavaScript Log and jsLog()

Field Watcher.