I would like to validate if the input is valid, using regex.
In my case it's a text field where the user can enter an IBAN number.
Is there an option in the SF to do that?
Thanks, Regards,
Peter
I would like to validate if the input is valid, using regex.
In my case it's a text field where the user can enter an IBAN number.
Is there an option in the SF to do that?
Thanks, Regards,
Peter
You can use a default concept, which can use T-SQL regular expressions or call some function found somewhere. With a default you can verify the user input. Additionally you should also apply a check constraint or a trigger to make sure the default logic isn't bypassed.
There is also an idea posted about the HTML pattern tag, which might be interesting to keep an eye on:
Thank you for your reply. I will try your suggestions
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.