Property reference

glide.notification.provider.content_ui_policy.opted_out_tables

The glide.notification.provider.content_ui_policy.opted_out_tables property specifies child tables that should be excluded from the UI policies applied to the sys_notification_content table. This prevents conflicts when writing UI Policy Actions on fields that exist in both child and parent tables.

Default: sys_notification_va_content,sys_notification_va_content_messaging 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? It provides a comma-separated list of child table names that are opted out from the UI policies of the sys_notification_content table to avoid conflicts.
What area does it affect? UI Policy Configuration
What does the default mean? The default value is "sys_notification_va_content,sys_notification_va_content_messaging", which is the baseline setting used unless it is changed.
When should you review it? Review this property when configuring UI policies for notification content tables.

Out of the box property record

Raw metadata from the property record.

Property name glide.notification.provider.content_ui_policy.opted_out_tables
Sys ID 12fc08c8ff1310103a9b17be453bf163
Type string
Application Global
Default value sys_notification_va_content,sys_notification_va_content_messaging
Description Some Notification content table which extends sys_notification_content, might need to be opt out from the Parent UI Policies to avoid conflict on writing UI Policy Actions on field which exists on both Child and Parent table. In order to avoid conflict this property will provide comma sperated string value of tables names( child table names), which need to be opted out from the UI Policy written on sys_notification_content table. This Property is used in the UI Policy "Notifications should not be be madatory for default content"
Updated 2024-05-25 03:38:53

Sources

Official references and nearby text excerpts where this property appears.