Hi All,
I am trying to change the out of the box validation for Employee Type for Users in the portal with Employee, Non-employee and Contractor. The validation xPath that I have used at the resource attribute binding (through Schema Management)
^(Employee|Non\-employee|Unknown)?$
I have also initially tried ^(Employee|Non-employee|Unknown)?$ which of course doesn't work as I have not used the escape character.
Unfortunately, none of these are working. So wondering if any one has ay other suggestion. I was also thinking about trying the validation at the configuration XML. Wondering what you guys think about it.
I will appreciate any help.
Thanks.
Ray.