Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property enables or disables the display of a generic error message when an import operation fails, affecting user experience during data imports. |
| What area does it affect? |
Data Import Operations |
| What does the default mean? |
The default value is "true", which means this behavior is enabled by default. |
| When should you review it? |
Review this property when configuring import processes or troubleshooting import errors. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.import.error_message.generic |
| Sys ID |
2a0662b3930222002a33beb4a47ffb4d |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
|
| Updated |
2024-05-25 04:39:41 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... (true) or disables (false) debug logging for all import processes. • Type: true | false • Default value: false • Location: Add the property to the System Property [sys_properties] table. glide.import.error_message.generic Enables (true) or disables display (false), failed imports to display a generic error instead of a verbose SQL message. This property should be enabled. • Type: true | false • ...
Context preview
Snippet 2
... user being impersonated. Dependencies and prerequisites None Turn off verbose SQL error messages for import processor Configure this property to control whether verbose SQL error messages are displayed. If the glide.import.error_message.generic system property is set to false a verbose SQL error message is returned, potentially causing sensitive information disclosure. Ensure that the glide.import.error_message.generic is set to true to display a generic ...
Related properties