- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2022 08:33 AM
Can an Identification Rule be created to prevent duplicate names in the cmdb_ci_computer table for manual entries?
I understand the OOB identification rule is derived from hardware but that allows for duplicate names in the computer table when records are created manually.
I tried creating an Identification Rule specific for cmdb_ci_computer but duplicate names are still allowed when these are created manually (New UI Action on the List View) Trying to avoid going the route of creating OnBefore Business rules or similar and use IRE instead, if possible.
Thanks in advance
Solved! Go to Solution.
- Labels:
-
Discovery
-
Service Mapping

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2022 09:25 PM
Manually created record do not go thru IRE engine for those rules to get applied.
You need to do some client side scripting to stop before submit where - In Computer class you can stop dup names attributes.
Regards
RP

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2022 09:25 PM
Manually created record do not go thru IRE engine for those rules to get applied.
You need to do some client side scripting to stop before submit where - In Computer class you can stop dup names attributes.
Regards
RP