Property reference

glide.cmdb.query.or_execution_mode

The glide.cmdb.query.or_execution_mode property determines how query builder queries with OR operator nodes are executed. Admins should review this setting to optimize query results based on their needs for separate rows or coalesced formats.

Default: v1 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 configures the execution mode for queries using OR operators, allowing results to be displayed in either separate rows or a coalesced format.
What area does it affect? Query Builder
What does the default mean? The default value is "v1", which is the baseline setting used unless it is changed.
When should you review it? Review this property when adjusting query output formats or troubleshooting query results.

Out of the box property record

Raw metadata from the property record.

Property name glide.cmdb.query.or_execution_mode
Sys ID f8d01481ff312210640cffffffffff76
Type string
Application Global
Default value v1
Description This property helps set the execution mode of query builder queries with OR operator nodes. v1 - provides OR results in seperate rows and individual combinations. v2 - provides OR results in coalesced format
Updated 2025-06-24 11:37:28

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... V2 mode is improved. Query structures that aren't supported include related list conditions, NOT operators combined with filters, certain Service Mapping relationships, and OR operators unless explicitly enabled by the glide.cmdb.query.or_execution_mode system property. Removed in this release The Multisource Report Builder has been removed. Use CMDB 360 in CMDB Workspace or in Service Graph Workspace to generate reports for multisource data. ...
Documentation excerpt View supporting context
Context preview Snippet 2
... run a query with an 'OR' structure, using the V1 engine mode to retain the legacy format of the results in support of existing organizational reports. You can use the glide.cmdb.query.or_execution_mode system property as described below to control execution mode for queries with 'OR' structures. Settings The system uses the following settings of execution mode to determine which execution mode to ...