sys_property glide.installation.production value for development instance

Roy5
Kilo Contributor

Hello everyone,

 

We requested an instance clone of our porduction environment into the development environment.  We noticed that the sys_property glide.installation.production has always been set tor TRUE for both our development and testing instances.  Should we set it to FALSE and will there be any effect?

 

Thanks in advance,

 

 

Roy

1 ACCEPTED SOLUTION

The SN Nerd
Giga Sage
Giga Sage

The only usage of this System Property that I am aware of is the following undocumented API:

GlideUtil.isProductionInstance()

This API is used in the following OOTB Scripts:

find_real_file.png

Please note that this value is almost always set to true in every environment.
You can change the value in your development instances, but I don't think it is necessary as the default value is always true, and this hasn't caused any issues.

You would need to reach out to HI Support for a definitive answer.



ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022

View solution in original post

1 REPLY 1

The SN Nerd
Giga Sage
Giga Sage

The only usage of this System Property that I am aware of is the following undocumented API:

GlideUtil.isProductionInstance()

This API is used in the following OOTB Scripts:

find_real_file.png

Please note that this value is almost always set to true in every environment.
You can change the value in your development instances, but I don't think it is necessary as the default value is always true, and this hasn't caused any issues.

You would need to reach out to HI Support for a definitive answer.



ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022