Note that the VTL expression in the maximum value is using the functions format-date and current-date which are valid XPath functions but not valid VTL functions (there is a current_date in VTL but not a format_date).
Ideally, we should if possible replicate the existing mecanism (using the current date).
The target is probably to be able to give both dates and VTL formulas in the Pogues fields.
In Pogues, we can define a range for a Date type response domain. If the designer don't, some default values are used.
In this case, the DDI will be:
Note that the VTL expression in the maximum value is using the functions
format-date
andcurrent-date
which are valid XPath functions but not valid VTL functions (there is acurrent_date
in VTL but not aformat_date
).Ideally, we should if possible replicate the existing mecanism (using the current date).
The target is probably to be able to give both dates and VTL formulas in the Pogues fields.