How to remove Rca from the popup view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hello All,
When clicked on Created problem task(inside problem record) ui action on Sow it pops up with a modal i want to remove the rca option from there .How this can be done @Ankur Bawiskar any suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hello All,
I got the place where to check and how to make it please follow the below.
The popup that appears when clicking "Create Problem Task" in the Service Operations Workspace (SOW), offering options like "RCA" (Root Cause Analysis) and "General," is configured through Problem Task Models and Interceptors in ServiceNow.
- Table:
sn_sow_interceptor_record_type_selector(Record Type Selector) - Navigation: Type
sn_sow_interceptor_record_type_selector.listin the filter navigator. - Record: Search for records where "Applies to" is
problem_task. - Details: The "RCA" and "General" options are configured as Models linked to this interceptor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
41m ago
By configuring sn_sow_interceptor_record_type_selector , you can do it.
This will help you to create/update a customized option in the modal that appears when clicking the "Create problem task" button in the workspace.
- Navigate to the Selector Table:sn_sow_interceptor_record_type_selector
- In the application navigator, type sn_sow_interceptor_record_type_selector.list
- Deactivate Root Cause Analysis type on Problem task [problem_task] .
- Save the Record.
Ref SN documentation: https://www.servicenow.com/docs/r/it-service-management/service-operations-workspace/create-task-typ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
14m ago
Hello @Debasis Pati ,
For Native UI you can navigate to :
System Definition > Interceptors :
For Workspace popup window you can navigate to :
Application navigator > "sn_sow_interceptor_record_type_selector" :
This will remove the Root Cause Analysis option !!
If my response helped mark as helpful and accept the solution.

