What you will achieve
By the end of this tutorial you will have:- A
nextedySheetConfigcustom field configured on documents - A LiveDoc assigned to your sheet configuration
- A working powersheet document accessible from the Powersheet Drive
Prerequisites
- Powersheet installed and licensed (see Installing Powersheet)
- Navigation topic enabled (see Setting Up Navigation)
- A domain model created (see Creating Your First Data Model)
- A sheet configuration created (see Creating Your First Sheet Configuration)
Step 1: Create the nextedySheetConfig custom field
The process of assigning a sheet configuration to a document is done via a dedicated document custom field. Navigate to your Polarion project’s document custom field configuration and create a new field:| Setting | Value |
|---|---|
| ID | nextedySheetConfig |
| Name | Nextedy Sheet Config |
| Type | Enum: Nextedy - Sheet Config |
Nextedy - Sheet Config enum type, which dynamically discovers available sheet configuration files from the repository.
The field ID and name can be customized. If you use a different ID, you must specify it in the Polarion Administration > Configuration Properties with:
com.nextedy.powersheet.sheetConfigFieldId=yourFieldIdStep 2: Create a LiveDoc
Create a new LiveDoc in your project. Give it a descriptive name (e.g., “User Needs Specification”). In the document properties, set the Nextedy Sheet Config field to your sheet configuration name (e.g.,rtm-sheet).
You should see: The nextedySheetConfig field shows a dropdown with the available sheet configurations discovered from both project and global locations.
Step 3: Add the Open with Powersheet button (optional)
To allow users to easily switch from the LiveDoc view to the Powersheet view, navigate to the LiveDoc sidebar and add the following Velocity code to a Wiki content block:Step 4: Open the document from Powersheet Drive
Navigate to the Powersheet Drive in the left sidebar. Your new document should appear in the list. Click the document name to open it in the Powersheet view. You should see: The sheet loads with the columns defined in your sheet configuration. If the project contains work items matching theUserNeed type, they appear as rows with their related SystemRequirement items expandable beneath them.
Step 5: Test basic operations
With the sheet open, try the following operations:- Add a row — click the add button to create a new
UserNeedwork item - Edit a cell — click on the title cell and type a name
- Save — click the save button to persist your changes to Polarion
Next steps
- Incremental Configuration Approach — learn how to extend your configuration step by step
- How-To Guides — task-oriented guides for common operations
- Reference — complete YAML property reference
Sources
Sources
KB ArticlesSupport TicketsSource Code
prod-powersheet-src/com.nextedy.powersheet/src/com/nextedy/powersheet/PowersheetService.javaprod-powersheet-src/com.nextedy.powersheet/src/com/nextedy/powersheet/PowersheetProduct.javaprod-powersheet-src/com.nextedy.powersheet.client/src/modules/ConfigProvider/types/UserPermissions.d.tsprod-powersheet-src/com.nextedy.powersheet/src/META-INF/hivemodule.xmlprod-powersheet-src/com.nextedy.powersheet/src/com/nextedy/powersheet/PowersheetConfigProperties.java