Hi Acumatica Community,
With my customer master import scenario, my Canadian customer imports are failing as follows:
Error:
Field: Postal Code, Value: K1M 2C9, Error: The entered code doesn't match the required expression.
My American customer imports work fine.
On the countries screen, CS204000, I have this input mask and regular expression for the Canadians:
-------------------------------------------------------
mask:
>L#L #L#
Regular Expression:
^[A-Z]\d[A-Z]\s?\d[A-Z]\d$
Here is the help entry for Canadian Mask and regex:

Here is the help wiki for Masks, To Configure an Input Mask and a Display Mask for a Field
-------------------------------------------------------
FWIW, https://regex101.com/ tells me I have a match:
