|
Are you planning to remove the NumericRange from BT-36-Lot? I don't see it anymore in the RC-2 for 1.15. We use this attribute and find it very useful. |
Replies: 5 comments
|
Hi, |
|
Hi, You can find it in the Documentation (https://docs.ted.europa.eu/eforms/latest/fields/index.html#_dynamic_properties): And in the Fields.json (as i mentioned on BT-36-Lot):
|
|
Hi, |
|
Dear @JanEmde, BT-36 is of type The problem with durations that EFX-2 tries to solve is that unlike other So, we had to separate We are not discontinuing however dynamic rules, or I hope this helps, |


Dear @JanEmde,
BT-36 is of type
duration. SDK-2 changes the way we deal with durations which are in fact a specific type ofmeasure. The problem in EFX-1 is that it would treat anymeasurefield as duration. But that was not accurate. There may be other fields of typemeasurelike distances or weights.The problem with durations that EFX-2 tries to solve is that unlike other
measuretype fields, durations have the unit embedded in the value. For example the valueP1Wmeans one week. Unlike durations for every other kind ofmeasurelike distances we keep two separate fields to store the measure: the standard field that holds the numeric value and an additional attribute field@unitCodetha…