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 calendar reports to either inherit styles from the Task table or use styles defined on their respective tables, depending on its boolean value. |
| What area does it affect? |
Calendar reporting |
| 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 customizing calendar report styles or troubleshooting display issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ui.report.extend_calendar_choices |
| Sys ID |
6614c270ff302000dada1801444badd6 |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
If false, calendar reports use only styles from the Task table when determining options for calendar highlighting (http://docs.servicenow.com/?context=Customizing_Calendar_Report_Fields). For example, a calendar report on the Change Request [change_request] table only uses styles from the Task [task] table instead of styles from a combination of the two tables.
If True, styles defined on the table that the calendar report is based on will override styles defined on the Task table. |
| Updated |
2024-05-25 05:06:34 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... Task table styles. Note: Calendar highlighting only applies to Core UI reports, not to Platform Analytics experience data visualizations. Procedure 1. In the filter navigator, enter: sys_properties.list 2. Select the glide.ui.report.extend_calendar_choices property to specify which field styles are used during calendar highlighting. © 2026 ServiceNow, Inc. All rights reserved. ServiceNow, the ServiceNow logo, Now, and other ServiceNow marks are trademarks and/or ...
Context preview
Snippet 2
... Controls whether the Remember me check box is selected (true) or cleared (false) by default. • Type: true | false • Default value: true • Location: System Property [sys_properties] table glide.ui.report.extend_calendar_choices Controls which field styles are applied during calendar highlighting. If false, field styles in only the Task table are used. If true, the calendar first uses field styles from the ...
Related properties