Question 185 of 520
Service Catalog and WorkflowsmediumMultiple ChoiceObjective-mapped

Reference Qualifier Not Enforced — Client-Side Script Issue

This SNOW-CSA practice question tests your understanding of service catalog and workflows. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: reference Qualifier. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A catalog item variable has a reference qualifier that limits the choices to active users only. However, users can still select inactive users. What is the most likely cause?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "most likely"

    Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The reference qualifier is written incorrectly

Reference qualifiers in ServiceNow are always server-side. They are evaluated when the catalog item is loaded and when the record is saved. If inactive users are still selectable, the most likely cause is that the reference qualifier script is incorrectly written or missing. Therefore, option D is correct. Option A is incorrect because the 'any' setting does not bypass reference qualifiers. Option B is incorrect because admin role does not ignore reference qualifiers for variables. Option C is incorrect because reference qualifiers do not run on the client side; they are server-side only.

Key principle: Reference Qualifier

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The variable is set to allow 'any' value

    Why it's wrong here

    The variable's 'allow any' setting does not cause the reference qualifier to be ignored; it affects dictionary attributes, not qualifier enforcement.

  • The user has admin role and ignores qualifier

    Why it's wrong here

    Admin role does not bypass reference qualifiers on variables; admins are subject to the same qualifiers as other users.

  • The reference qualifier uses JavaScript that runs on the client but not server

    Why it's wrong here

    Reference qualifiers are server-side only; they do not use client-side JavaScript. This option incorrectly describes the execution context.

  • The reference qualifier is written incorrectly

    Why this is correct

    Correct: The reference qualifier is most likely written incorrectly, failing to properly filter out inactive users.

    Clue confirmation

    The clue word "most likely" in the question point toward this answer.

    Related concept

    Reference Qualifier

Common exam traps

Common exam trap: answer the scenario, not the keyword

Candidates may assume that a reference qualifier that appears to work in the UI is correctly enforced on submission, but the real issue is often a misconfiguration (e.g., a script error or incorrect condition) in the server-side qualifier. Another trap is thinking that the admin role or the 'allow any' setting can bypass reference qualifiers.

Detailed technical explanation

How to think about this question

Reference qualifiers in ServiceNow can be defined as simple conditions or as scripted conditions. When scripted, the script runs on the client side (e.g., using g_form) to filter the dropdown, but the server-side validation during submission uses a separate evaluation that may not execute the same client script. This mismatch is common when the qualifier relies on client-side APIs like g_form.getReference, which are not available on the server. A robust solution is to use a server-side script or a condition that is evaluated both client and server side, such as a simple condition or a script include called from both contexts.

KKey Concepts to Remember

  • Reference Qualifier
  • Catalog Variable
  • Server-side Only

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Reference Qualifier

Real-world example

How this comes up in practice

A practitioner preparing for the SNOW-CSA exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Reference Qualifier Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

What to study next

Got this wrong? Here's your next step.

Review reference Qualifier, then practise related SNOW-CSA questions on the same topic to reinforce the concept.

Related practice questions

Related SNOW-CSA practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free SNOW-CSA practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this SNOW-CSA question test?

Service Catalog and Workflows — This question tests Service Catalog and Workflows — Reference Qualifier.

What is the correct answer to this question?

The correct answer is: The reference qualifier is written incorrectly — Reference qualifiers in ServiceNow are always server-side. They are evaluated when the catalog item is loaded and when the record is saved. If inactive users are still selectable, the most likely cause is that the reference qualifier script is incorrectly written or missing. Therefore, option D is correct. Option A is incorrect because the 'any' setting does not bypass reference qualifiers. Option B is incorrect because admin role does not ignore reference qualifiers for variables. Option C is incorrect because reference qualifiers do not run on the client side; they are server-side only.

What should I do if I get this SNOW-CSA question wrong?

Review reference Qualifier, then practise related SNOW-CSA questions on the same topic to reinforce the concept.

Are there clue words in this question I should notice?

Yes — watch for: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

What is the key concept behind this question?

Reference Qualifier

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More SNOW-CSA practice questions

Last reviewed: Jun 24, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This SNOW-CSA practice question is part of Courseiva's free ServiceNow certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SNOW-CSA exam.