Looking for the SncMakeAndModel to see if it tries to normalize the new companies

Mid Developer
Tera Contributor

Hello,

 

I'm seeing how discovery create new companies and find the MakeAndModelJS script include and see it calls the SncMakeAndModel script but I can't see it anyware, we are looking to see if when the script create a new company it tries to normalize in any way, so we can improve or modify this behavior base on our client nessesity.

 

Here the code where it calls the script:

MidDeveloper_0-1767052549068.png

 

Thanks.

 

1 ACCEPTED SOLUTION

Kieran Anson
Kilo Patron

Hi,

This is a useful document, essentially SncMakeAndModel doesn't normalise directly, instead the following properties glide.cmdb.canonical.always_run and glide.cmdb.canonical.discovery.enabled need to be enabled for the before insert BR checks to see if the name has a normalized value

Deep Dive Into Normalization Data Services - Compa... - ServiceNow Community

View solution in original post

1 REPLY 1

Kieran Anson
Kilo Patron

Hi,

This is a useful document, essentially SncMakeAndModel doesn't normalise directly, instead the following properties glide.cmdb.canonical.always_run and glide.cmdb.canonical.discovery.enabled need to be enabled for the before insert BR checks to see if the name has a normalized value

Deep Dive Into Normalization Data Services - Compa... - ServiceNow Community