How to mark the Problem record as Known error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi,
Once the root cause is determined, before the fix implementation is there a way to mark/show the Problem record as Knownerror.
I am looking a flow like root cause analysis -> Known Error -> Fix in Progress.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Out-of-the-Box (OOTB) ServiceNow Behavior
1. Known Error is a status/flag on the Problem record
In OOTB ServiceNow:
A Known Error is not a separate record type
It is a Problem record with the “Known Error” flag set
The record is typically in the Root Cause Analysis or Known Error state
Key fields:
State = Root Cause Analysis / Known Error
Known error = true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Once root cause is identified:
Open the Problem record
Populate:
Root cause
Workaround
Set:
Known error = true
State = Known Error (or equivalent RCA state depending on config)
But this all depends on if your setup is OOTB or custom.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Thank you for the reply.
How can mark the
Known error = true
I remember a check box during Jakarta time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
46m ago
Indeed; here is Jakarta vs now:
In Jakarta, there was a visible “Known error” checkbox.
In newer releases, Known Error is usually handled by the Problem State, not the checkbox.
How to mark it now (I recommend this)
Open the Problem record
Set State = Known Error
Fill Root Cause and Workaround
If you want the checkbox back
Right-click form → Configure → Form Layout
Add Known error (known_error) if it exists
A great Best practice: Use “State = Known Error” instead of the checkbox.