How can i prevent that ServiceNow discovery create data into core_company table

Stephan G_king
Kilo Explorer

How can i prevent that ServiceNow discovery create data into core_company table

4 REPLIES 4

sachin_namjoshi
Kilo Patron
Kilo Patron

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

doug_schulze
ServiceNow Employee
ServiceNow Employee

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.

Doug - Can you tell me the BR you had in mind?

VinothKumar Mur
Tera Contributor

Have you found any solution for this?