Hello,
I am trying to add a regular expression to one of our number metadata fields (using the constraint box within the admin console) and continue to get the error "The field constraint has a syntax error or is invalid". I have used the expression within workflow, quickfields, etc... and validated so not sure what is wrong besides constraints within the admin console are different from other areas of laserfiche. Below is the expression I am trying to use (validating numbers to have at least one decimal and correct comma separation if used). I have tried removing the starting/stopping elements and also adding forward slashes just to try to eliminate possible issues.
^(0|[1-9][0-9]{0,2}(?:(,[0-9]{3})*|[0-9]*))(\.[0-9]{2})$
Thanks for any help!
Kipp