How to enforce IRE engine when manually entering/updating CMDB data?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2022 04:45 AM
How to enforce IRE engine when manually entering/updating CMDB data?
Scenario - Many users are manually creating/updating CIs. I need to enforce IRE for this manual changes/updates.
PS - I just know that createOrUpdateCi() should be used. But looking for a end to end solution.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2022 01:28 AM
Hi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024 12:14 AM
This KB article explains the relationship between IRE, business rules and database operations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 03:01 PM
While this is a very old thread, I just wanted to ensure to document for 'posterity' that a business rule like above may interfere with updates done through other means than manual (e.g. integrations or even the IRE), so you would need to only run this for interactive sessions (e.g. gs.isInteractive() as condition) and possibly need to narrow that down further to prevent odd behavior.