Is it possible to disable special characters in an attribute? I have a phone attribute and I want the values to be added without +
Thanks in advance!
If the phone attribute is set through import there's the regex option I think you can use:
https://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html
Thanks! Is this manual adding. May i can add some options to atributte?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think reg ex can be used when the value is being set by hand.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.