Function of glide.import.error_message.generic property and steps to test it

VibhaSastry
Tera Expert

There is a requirement to turn off verbose sql messages in servicenow which can be done by enabling the property glide.import.error_message.generic to true. What is the impact of this?

Additionally, what are the steps to unit test if this property is working fine?

1 REPLY 1

Brian Lancaster
Kilo Patron

I'm not sure but just because a system property doesn't exist doesn't mean it is not part of the release. It just means that if the system property doesn't exist it is defaulted to False in this case and if you want it to be the recommended value of true you have to create it and set it to true.