Verify the ExternalReference Entity Type
Open the domain model for your sheet (Menu > Configuration > Edit Model). In thedomainModelTypes section, confirm that ExternalReference is defined:
The
ExternalReference entity type may already exist if it is used elsewhere in your model (for example, linked to verification or validation test cases).Add the Relationship
In therelationships section of your domain model, add a relationship from ExternalReference to the target entity. For example, to link external references to DesignRequirement:
back.name value (externalReferences) becomes the expansion path used in the sources and column binding.
Configure the Link Role in Polarion
Go to Administration > Work Item Link Roles in Polarion. Verify that the link role (for example,relatesTo):
- Can be created from
externalReferenceto the target work item type (for example,designOutput) - Is bidirectional (recommended)
Update the Sources Section
In your sheet configuration, locate thesources section and add the externalReferences expansion under the appropriate entity:
externalReferences entry sits at the same level as other relationships on designRequirement.
Add the Column
Define the column in thecolumns section using the full binding path through the entity hierarchy. Set multiItem: true to enable multi-reference picker behavior:
externalReference entity. The YAML anchor &blue reuses a previously defined header style.
Complete Example
Verify
After saving the sheet configuration, reload the powersheet document. You should now see a new column displaying external references linked to each design requirement. Users can select or add external references using the multi-reference picker in each cell.See also
- Add a Column
- Configure Multi-Item Column
- Configure Sources
- Expand Navigation Properties
- Configure a Relationship
Sources
Sources
KB Articles
- How to Add a New Column for External References Linked to Design Outputs
- Getting Started: Sheet Configurations
prod-powersheet-src/com.nextedy.powersheet.client/cypress/fixtures/models/permissions.yamlprod-powersheet-src/com.nextedy.powersheet.client/ltc-repo/packages/common/types/api/document.tsprod-powersheet-src/com.nextedy.powersheet.client/ltc-repo/cypress/e2e/Sheet/reference.spec.tsprod-powersheet-src/com.nextedy.powersheet.client/ltc-repo/packages/common/types/domain/document.tsprod-powersheet-src/com.nextedy.powersheet/src/META-INF/hivemodule.xml