nerdexam
ServiceNow

CIS-ITSM · Question #145

What defines when a problem record can automatically move from the New to Assess state?

The correct answer is C. Update Problem State to Assess business rule. In ServiceNow Problem Management, the out-of-box 'Update Problem State to Assess' business rule is a server-side rule that fires under specific conditions to automatically transition a problem record from New to Assess. Business rules are the standard ServiceNow mechanism for tri

Problem Management

Question

What defines when a problem record can automatically move from the New to Assess state?

Options

  • AProblem state UI action
  • BProblemUtils script include
  • CUpdate Problem State to Assess business rule
  • DProblem state UI policy

How the community answered

(25 responses)
  • B
    8% (2)
  • C
    88% (22)
  • D
    4% (1)

Explanation

In ServiceNow Problem Management, the out-of-box 'Update Problem State to Assess' business rule is a server-side rule that fires under specific conditions to automatically transition a problem record from New to Assess. Business rules are the standard ServiceNow mechanism for triggering automated record updates. UI actions require a user to click a button, script includes are reusable code libraries, and UI policies control form behavior - none of these drive automatic state transitions.

Topics

#Problem state management#Automated state transition#Business rules#Problem record workflow

Community Discussion

No community discussion yet for this question.

Full CIS-ITSM Practice