nerdexam
ServiceNow

CSA · Question #395

While testing a Catalog Item for ordering an expensive computer, the mandatory approval is being skipped for requester Bob, Smith, but not for any of the other requesters. What could explain the…

The correct answer is A. There is a business rule, excluding Bob.Smith from any approvals. If a mandatory approval is being skipped for only one specific requester, it is highly likely that a business rule or script is configured to explicitly exclude that user from the approval process.

Submitted by olafpl· Apr 18, 2026Self-Service and Process Automation

Question

While testing a Catalog Item for ordering an expensive computer, the mandatory approval is being skipped for requester Bob, Smith, but not for any of the other requesters. What could explain the issue?

Options

  • AThere is a business rule, excluding Bob.Smith from any approvals.
  • BBob Smith does not have a delegate set up on his account,
  • CThe Bob Smith user account, does not have a manager specified.
  • DThe manager does not have a delegate assigned,
  • EBob Smith is a VIP.

How the community answered

(19 responses)
  • A
    68% (13)
  • B
    5% (1)
  • C
    16% (3)
  • D
    11% (2)

Why each option

If a mandatory approval is being skipped for only one specific requester, it is highly likely that a business rule or script is configured to explicitly exclude that user from the approval process.

AThere is a business rule, excluding Bob.Smith from any approvals.Correct

Business rules execute server-side logic and can be specifically configured to alter default workflow behavior, including skipping approvals, based on conditions that evaluate the requesting user's attributes or identity. If Bob Smith is uniquely exempted, a custom business rule targeting his user record is the most direct technical explanation.

BBob Smith does not have a delegate set up on his account,

If Bob Smith had no delegate, his approval would still be required and would likely remain pending or escalate, not be skipped entirely.

CThe Bob Smith user account, does not have a manager specified.

If a user lacks a manager, a manager approval workflow would typically fail or follow an alternative path (e.g., escalate), rather than being automatically skipped without specific handling.

DThe manager does not have a delegate assigned,

A delegate for a manager ensures approvals are processed when the manager is unavailable, it does not cause an approval to be skipped for the initial requester.

EBob Smith is a VIP.

VIP status primarily influences priority or visibility and does not inherently skip mandatory approvals in standard ServiceNow configurations without an explicit customization.

Concept tested: Business rule impact on approvals

Source: https://docs.servicenow.com/bundle/utah-platform-administration/page/administer/list-administration/concept/c_BusinessRules.html

Topics

#Service Catalog#Approvals#Business Rules#Process Automation

Community Discussion

No community discussion yet for this question.

Full CSA Practice