How can i prevent that ServiceNow discovery create data into core_company table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2022 06:52 AM
How can i prevent that ServiceNow discovery create data into core_company table
- Labels:
-
Discovery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2022 09:57 AM
You can apply normalization on discovery data to reduce company records creation.
Take a look into below article.
https://community.servicenow.com/community?id=community_article&sys_id=ab5dcf2fdb3fff00fff8a345ca96194b
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2022 01:38 PM
You could either disable the BR that creates/updates assets or modify the pattern to clear those values out before the record gets inserted. Those are the first two options I would look at.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2022 08:17 AM
Doug - Can you tell me the BR you had in mind?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2024 07:51 AM
Have you found any solution for this?