Skip to main content

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 TypeAdministration PathStorage
Domain modelAdministration > Nextedy POWERSHEET > Domain ModelsProject SVN or global repository
Sheet configurationAdministration > Nextedy POWERSHEET > Sheet ConfigurationsProject SVN or global repository
Both domain models and sheet configurations can be defined at three scope levels: project (specific to one project), project group (shared across a group), or global (available to all projects). Global configurations appear with a “(Global)” suffix in the selection dropdown.

How Configuration Files Relate

diagram The sheet configuration references a domain model by name in its sources section. The LiveDoc document selects a sheet configuration through the nextedySheetConfig custom field.
KB ArticlesSource Code
  • prod-powersheet-src/com.nextedy.powersheet/src/com/nextedy/powersheet/PowersheetDocumentConfigurationService.java
  • prod-powersheet-src/com.nextedy.powersheet.client/cypress/e2e/admin/admin.cy.ts
  • prod-powersheet-src/com.nextedy.powersheet.client/cypress/fixtures/configurations/whole_rtm.template.yaml
  • prod-powersheet-src/com.nextedy.powersheet.client/src/modules/Powersheet/Powersheet.tsx
  • prod-powersheet-src/com.nextedy.powersheet/src/com/nextedy/powersheet/enumProvider/SheetConfigEnumProvider.java