Getting validation error when providing an Irish postal code #941
-
In 1.10, adding a postal code for an Irish tenderer triggers the following Schematron validation error: As far as I know, Irish authorities introduced postal codes about 10 years ago, with a system called Eircode. So, what is the basis for implementing such a strict rule preventing us from providing postal when it exists? I would expect Postal codes to be optional for Ireland, but not forbidden. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The postcode-country only contains countries that define and require the use of postcodes. Ireland does not require its use and is therefore not part of this list. The rules on the postcodes has been activated as part of the progressive rules integration in SDK 1.10. |
Beta Was this translation helpful? Give feedback.
-
You mentioned that the fix was supposed to be applied to SDK 1.10. Has this been implemented? We are still encountering the error. |
Beta Was this translation helpful? Give feedback.
Just a clarification for the above:
In SDK 1.12.0 the postcode will be mandatory for Ireland.
We will also include a change in upcoming patches for SDK 1.10.x and 1.11.x to allow postcodes for Ireland. They will not be mandatory, as we cannot make our rules more restrictive in patch versions.