Property reference

glide.ajax.processors.leave.messages

The glide.ajax.processors.leave.messages property specifies which Ajax processors should not return session notifications during GlideAjax calls. Admins should review this setting to manage user notifications effectively and ensure a smoother user experience.

Default: RenderInfo,AJAXProgressStatusChecker,ChannelAjax,DeleteRecordAjax,DeleteUpdateSetEntryAjax,UpdateSetPreview,UpdateSetCommitAjax,AJAXPushBackOutWorker,AJAXFormLoad Type: string 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 defines a comma-separated list of Ajax processors that are exempt from sending session notifications in GlideAjax calls.
What area does it affect? GlideAjax notifications
What does the default mean? The default value is "RenderInfo,AJAXProgressStatusChecker,ChannelAjax,DeleteRecordAjax,DeleteUpdateSetEntryAjax,UpdateSetPreview,UpdateSetCommitAjax,AJAXPushBackOutWorker,AJAXFormLoad", which is the baseline setting used unless it is changed.
When should you review it? Review this property when configuring Ajax behavior or troubleshooting notification issues.

Out of the box property record

Raw metadata from the property record.

Property name glide.ajax.processors.leave.messages
Sys ID ae94f431d7303100b6bddb0c825203a3
Type string
Application Global
Default value RenderInfo,AJAXProgressStatusChecker,ChannelAjax,DeleteRecordAjax,DeleteUpdateSetEntryAjax,UpdateSetPreview,UpdateSetCommitAjax,AJAXPushBackOutWorker,AJAXFormLoad
Description Ajax processors/script includes which should not return session notifications in GlideAjax calls. Comma-separated list.
Updated 2024-05-25 03:39:07

Sources

Official references and nearby text excerpts where this property appears.