Topics
Model YAML Structure
Domain model YAML file structure defining entity types, relationships, properties, constraints, and Polarion type mappings.
Sheet Configuration YAML Structure
Sheet configuration YAML file structure defining columns, views, formatters, styles, sources, and sorting.
Configuration File Locations
| File Type | Administration Path | Storage |
|---|---|---|
| Domain model | Administration > Nextedy POWERSHEET > Domain Models | Project SVN or global repository |
| Sheet configuration | Administration > Nextedy POWERSHEET > Sheet Configurations | Project SVN or global repository |
How Configuration Files Relate
sources section. The LiveDoc document selects a sheet configuration through the nextedySheetConfig custom field.
Related Sections
- Data Model Reference — entity types, relationships, and constraints
- Sheet Configuration Reference — columns, views, formatters, and sources
- Example Models Reference — complete working configuration examples
Sources
Sources
KB ArticlesSource Code
prod-powersheet-src/com.nextedy.powersheet/src/com/nextedy/powersheet/PowersheetDocumentConfigurationService.javaprod-powersheet-src/com.nextedy.powersheet.client/cypress/e2e/admin/admin.cy.tsprod-powersheet-src/com.nextedy.powersheet.client/cypress/fixtures/configurations/whole_rtm.template.yamlprod-powersheet-src/com.nextedy.powersheet.client/src/modules/Powersheet/Powersheet.tsxprod-powersheet-src/com.nextedy.powersheet/src/com/nextedy/powersheet/enumProvider/SheetConfigEnumProvider.java