Property reference

glide.ui.js_error_notify

The glide.ui.js_error_notify property enables the notification of client script errors to client_script_admin users while showing a generic error message to other users. Admins should consider enabling this property to improve error visibility and troubleshooting for client-side scripts.

Default: false Type: boolean Application: Global

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 determines whether client script errors are displayed to client_script_admin users and a generic message to other users, enhancing error management.
What area does it affect? Client Script Error Handling
What does the default mean? The default value is "false", which means this behavior is disabled by default.
When should you review it? Review this property when troubleshooting client script issues or adjusting error visibility settings.

Out of the box property record

Raw metadata from the property record.

Property name glide.ui.js_error_notify
Sys ID c48d56570a0004df4ee50f28db6230a1
Type boolean
Application Global
Default value false
Description Catch client script errors. Display them to client_script_admin users, display a generic error message to other users
Updated 2024-05-25 03:39:09

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... Default: true • Location: System Properties [sys_properties] table glide.ui.journal.use_html Specifies whether TinyMCE is available for journal fields (true) or not (false). • Type: true | false • Default value: false glide.ui.js_error_notify Displays client script errors to users with the client_script_admin role. Also displays a generic error message to other users who encounter a client script error. • Type: true | false ...