The sources section of a Nextedy POWERSHEET sheet configuration defines one or more data sources that specify which entities to load from Siemens Polarion ALM and how to traverse relationships via e
Top-level array of data source definitions. The first source (sources[0]) is the primary data source for the sheet.
sources[].id
string
None
Unique identifier for this data source within the configuration
sources[].title
string
None
Human-readable label for this data source, displayed in the Powersheet UI
sources[].model
string
None
Reference to the domain model that defines entity types and relationships. Can be a static name or a dynamic expression using $context.parameters.model.
sources[].query
object
None
Query definition specifying which entities to load
sources[].constraints
object
None
Optional constraints applied to the source query
sources[].expand
array
[]
Defines expansion paths for loading related entities through domain model relationships
Root entity type to query. Must be a valid entity type defined in the referenced domain model.
sources[].query.where
string
None
Filter predicate for the query. Supports Polarion Lucene query syntax. Template placeholder <WHERE> is replaced at runtime.
sources[].query.take
string/number
None
Maximum number of records to return. Template placeholder <TAKE> is replaced at runtime.
The where and take properties support runtime placeholder replacement. Use <WHERE> and <TAKE> as template placeholders that are resolved at document load time from URL parameters or document context.
Filters the specified entity type to only include items from the same Polarion document as the current context. Can target the root entity or a downstream related entity type.
The applyCurrentDocumentTo value must be a valid entity type name from the domain model. When targeting a downstream entity (not the root from entity), only the downstream entities within the current document are loaded.