Prerequisites
- At least one sheet configuration created in Administration > Nextedy POWERSHEET > Configurations
- A domain model configured in Administration > Nextedy POWERSHEET > Models
- The
nextedySheetConfigcustom field defined for your document type
Step 1: Create the Custom Field
If thenextedySheetConfig custom field does not yet exist, create it in Siemens Polarion ALM:
- Navigate to Administration > Documents & Pages > Document Custom Fields
- Decide whether the field applies to all documents or only a specific document type (e.g.,
powersheet,userNeedsSpec) - Create a new field with these settings:
| Property | Value |
|---|---|
| Id | nextedySheetConfig |
| Name | Sheet Config |
| Type | Enum: Nextedy - Sheet Config |
(Global) suffix in the dropdown. There is no default configuration — users must explicitly select one.
Step 2: Assign the Configuration to a Document
- Open the Polarion LiveDoc you want to connect to Powersheet
- Open the document properties panel
- In the Sheet Config field, select the desired sheet configuration from the dropdown
- Project-specific configurations — shown by filename without path
- Global configurations — shown with
(Global)suffix, ID starts with/
Step 3: Understand Configuration Scopes
Powersheet discovers configurations at two levels:| Scope | Repository Location | ID Format | Use Case |
|---|---|---|---|
| Project | .polarion/nextedy/sheet-configurations/ | Filename only | Project-specific layouts |
| Global | Global repository location | Starts with / | Shared across multiple projects |
nextedySheetConfig field.
Step 4: Use Template-Based Documents
For standardized deployments, you can create template documents that already have the sheet configuration pre-assigned. New documents duplicated from the template inherit the configuration assignment, saving administrators from manually assigning configurations for each new document. Templates can be duplicated across projects. The configuration and domain model are resolved in the target project context.Verification
After assigning the configuration and saving the document:- Open the LiveDoc in Polarion
- You should now see the Powersheet table view embedded in the document, displaying columns and data according to your configuration
- The sheet should load data from the sources defined in the configuration
- The Powersheet Drive sidebar topic should list your document
See Also
- Creating Your First Sheet Configuration — build a configuration from scratch
- Creating Your First Powersheet Document — end-to-end document setup tutorial
- Download Configuration as YAML — export an existing configuration for editing
- Configure Sources — define data sources within a sheet configuration
- Incremental Configuration Approach — best practices for building configurations gradually
Sources
Sources
KB Articles
- Getting Started: Sheet Configurations
- Core Concepts of Powersheet
- Getting Started: Data Model configuration
prod-powersheet-src/com.nextedy.powersheet/src/com/nextedy/powersheet/PowersheetService.javaprod-powersheet-src/com.nextedy.powersheet.client/ltc-repo/cypress/e2e/Admin/create-document-connection-and-change-status.spec.tsprod-powersheet-src/com.nextedy.powersheet/src/com/nextedy/powersheet/enumProvider/SheetConfigEnumProvider.javaprod-powersheet-src/com.nextedy.powersheet.client/cypress/e2e/userFlows/multiple-entity-type-flow.cy.tsprod-powersheet-src/com.nextedy.powersheet/src/META-INF/hivemodule.xml