Prerequisites
- The custom field must already be defined in Polarion (Administration > Custom Fields)
- The entity type must exist in your
domainModelTypessection - Access to the data model YAML via Menu > Configuration > Edit Model
1
Identify the Custom Field
Locate the custom field ID in Polarion. Custom field IDs typically use the
c_ prefix.2
Add the Property (Simple Form)
For most cases, add the property name directly under the entity type’s Setting the value to
properties section. The property name must match the Polarion field name.null (empty after the colon) uses default configuration: the property is readable, updatable, and uses the property name as the Polarion field name.3
Add the Property (Extended Form)
For custom fields that need additional configuration, use the extended property format.
Property Configuration Options
4
Add a Column for the Property
After adding the property to the data model, reference it in your sheet configuration:For properties on related entity types, use the full binding path:
5
Configure Enum Properties
If the custom field is an enumeration, you can optionally constrain the allowed values:
Enum values must match the exact option IDs defined in Polarion’s enumeration configuration. Check Administration > Enumerations for the correct IDs.
6
Configure Read-Only Properties
To make a property visible but not editable:
7
Verify
- Save the data model
- Reload the powersheet document
- You should now see the custom property displayed in the sheet column
- The
customFieldNamematches the Polarion field ID exactly - The custom field is defined for the correct work item type in Polarion
- The property
readableis not set tofalse
See Also
- Create an Entity Type — define the entity type that holds the property
- Configure a Relationship — add navigation properties for related entities
- Set Entity Permissions — control read/write access at the property level
- Properties — full property configuration reference
- Debug Custom Field Issues — troubleshoot custom field problems