Function of glide.import.error_message.generic property and steps to test it
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 11:11 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
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.
