Unable to resolve incident after activate HAM Pro plugin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2022 02:04 AM
Hi,
Whenever I try to resolve an incident it's showing an error message -
"To resolve this incident, Choose an asset action for each configuration item that includes an asset"
How can I stop this?? Any script to inactive?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2024 10:52 AM
Do you see it in task_ci table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2025 10:43 AM
These two system properties control added Business Rules that create this behavior. For my ORG at the time, we disabled the BR's and set these properties to false to address the issue.
Application navigator - 'sys_properties.list'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Thank you. This works.
This is the official KB:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1695540
Out of box, they should have set the default to be false. What were they thinking?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2025 01:18 AM
This happens because of a Business Rule (Check HAM Action is selected on incident) that is active in your environment. It checks whether an asset action (asset_action) has been selected for each Configuration Item (CI) linked to the incident that also has an associated asset. If not, it prevents the incident from being resolved.
If this behavior is not needed and is not part of your business requirements, you can simply deactivate the Business Rule to stop this validation.
Table: Incident
Business rule: Check HAM Action is selected on incident