Velocity Templates
Velocity template syntax for defining server-rendered property expressions, including template patterns and error handling.
Context Variables
Variables available in the Velocity evaluation context:
$item, $module, $tx, $context, and $wi.Polarion Services
Platform services injected into Velocity templates:
$trackerService, $txService, $repositoryService, and $securityService.Computed Properties
Domain model property configuration for server-rendered fields, including type mapping, security, and read-only behavior.
JavaScript Functions
Client-side function expressions and dynamic value resolution using
$context references.Related Sections
- Sheet Configuration Reference — column configuration including
renderproperty - Data Model Reference — domain model property definitions
- Query API Reference — query execution and parameters
Sources
Sources
Source Code
Property.javaMetadataTest.javaDataPropertyFactory.javaprod-powersheet-src/com.nextedy.powersheet.client/ltc-repo/packages/common/types/domain/document.tsServerRendererTest.java