Need help with formula:
We have a validation on the LinkedIn field that allows only in this format:
https://www.linkedin.com/in/example...
Here is the formula currently in the validation:
NOT (REGEX( LinkedIn_Username__c, "^(http|https)://
www.linkedin.com/in/([a-zA-Z0-9_!@#$&()\\-.+]+)
")),
FALSE
Now we need to stripe out the validation of anything after
I tried removing this part but it didn’t work:
in/([a-zA-Z0-9_!@#$&()
Please help!
5 comentarios
Ana, please try in your formula to replace, in the linkedin base url part, only the in by (in|company). Eric