Property reference

glide.ui.allow.field.dependency.for.templates

The glide.ui.allow.field.dependency.for.templates property enables field dependency when applying templates. Admins should review this setting to ensure that template applications behave as expected, particularly when dependencies are crucial for data integrity.

Default: true 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 allows the configuration of field dependencies during the application of templates, impacting how data is processed and displayed.
What area does it affect? Template application
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 templates or troubleshooting template-related issues.

Out of the box property record

Raw metadata from the property record.

Property name glide.ui.allow.field.dependency.for.templates
Sys ID 65dae9f9c7c000106d1f19e603c26093
Type boolean
Application Global
Default value true
Description Flag to allow for field dependency at the time of applying templates.
Updated 2024-05-25 03:39:01

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... Property [sys_properties] table glide.ui.activity.style.work_notes Changes the background color of the activity stream work notes in UI15. • Type: string • Default value: background-color: LightGoldenRodYellow • Location: System Property [sys_properties] table glide.ui.allow.field.dependency.for.templates Checks dependency for choice fields at the time of applying template, preventing invalid values to be set to the dependent field. For example, a subcategory field which depends on category ...