Property reference

glide.schedules.fifth

The glide.schedules.fifth property determines the action taken when a schedule entry requests the fifth occurrence of a day in a month that has only four. Admins should consider this setting to ensure correct scheduling behavior, especially when dealing with monthly events.

Default: last Type: choice list 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 specifies whether to select the last occurrence, the next occurrence in the following month, or to skip scheduling for that month when the fifth occurrence is requested.
What area does it affect? Scheduling functionality
What does the default mean? The default value is "last", which is the baseline setting used unless it is changed.
When should you review it? Review this property when configuring recurring monthly schedules or adjusting scheduling logic.

Out of the box property record

Raw metadata from the property record.

Property name glide.schedules.fifth
Sys ID 511747909f0210008f88ed93ee4bccf5
Type choice list
Application Global
Default value last
Description Controls what a Schedule entry selecting the Fifth occurrence of a day will do, in a month with only four. last - select the last one next - select the next one, in the next month strict - skip this month (this property only takes effect when glide.schedules.repeat_nth = day)
Updated 2024-05-25 05:06:24

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... defined as choosing the nth day of the month selects the nth day of the month. • Type: choice list • Default value: day • Location: System Property [sys_properties] table glide.schedules.fifth Controls how a schedule entry that selects the fifth occurrence of a day in month behaves in a month containing only four occurrences of the day. Choices are Last, Next, ...