-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, https://docs.ted.europa.eu/eforms/latest/fields/index.html#data-types So your application has to create those fields if an amount or a measure is found. |
Beta Was this translation helpful? Give feedback.
Hello,
you are not the first one to wonder about this:
#483
#421
#121
#139
One thing you can do is see how enotices2 is dealing with this.
Historically this was implemented by enotices2 as "implicit", we do have bits in the documentation of the SDK here:
https://docs.ted.europa.eu/eforms/latest/fields/index.html#data-types
amount | monetary amount, comprised of a numerical value and a currency
measure | numerical value associated with a measurement unit
So your application has to create those fields if an amount or a measure is found.
We do have a ticket to discuss this on our side to see if more could be done by the SDK itself, or to document this better, for example by implementing this…