Community
Participate
Working Groups
The current support for derived properties uses @Derived annotation (no attributes) and requires the adopter to implement DerivedValueService. While having the option to implement DerivedValueService is good, many common derived property usecases can be solved simpler by using Sapphire EL. To this end, we should add "expr" attribute to @Derived annotation along with the appropriate logic in the framework to synthesize a DerivedValueService based on the expression.
Added @Derived.text attribute with support for Sapphire EL.
Verified with Purchase Order's Subtotal property.