Primitive Types
String, integer, float, boolean, and other basic data types supported in domain model properties.
Enum Types
Enumeration fields with constrained option sets, context-aware filtering, and default value resolution.
Custom Fields
Mapping Polarion custom fields to domain model properties with type inference and save operations.
Date and Time
Date, time, and date-only field types with ISO 8601 serialization and query support.
Duration
Duration field type for tracking time-based values in Polarion work items.
Type Conversion
Automatic type mapping between Polarion field types and Powersheet display types.
Related Pages
- Properties — Domain model property definitions
- Polarion Type Mapping — How entity types map to Polarion work item types
- Column Properties — Column-level type and display settings
Sources
Sources
Source Code
prod-powersheet-src/com.nextedy.powersheet.client/ltc-repo/packages/common/types/domain/document.tsQueryDataTest.javaprod-powersheet-src/com.nextedy.powersheet.client/ltc-repo/packages/common/types/api/document.tsMetadataTest.javaprod-powersheet-src/com.nextedy.powersheet.client/src/modules/ConfigProvider/types/PowersheetConfig.d.ts