-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
Description
now we have a DomainType in ol-core which can look something like
[[Amount:DomainType(
variableType: Number;
condition: this > 0;
errorMessage:"amount must be greater than 0!"
)]]
[[amount:Amount]]
it also works with expressions like
[[Amount:DomainType(
variableType: Number;
condition: this > 0;
errorMessage:"amount must be greater than 0!"
)]]
[[amount:Amount]]
[[amount2:Amount]]
[[@amount expression=amount - amount2]]
[[amount expression]]
@jtrein could you quickly look into adding support for this at some point before our next app release? many thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request