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
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)- B8% (2)
- C88% (22)
- D4% (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
Community Discussion
No community discussion yet for this question.