Skip to main content
Nintex Community Menu Bar
Question

Set validation error in phone number from skuid page in field editor ?

  • July 10, 2024
  • 2 replies
  • 9 views

Forum|alt.badge.img+3

I am trying to set phone number validation , this field in not able to enter any character , text .
Show error “correct input”

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+7

Rajesh,

You’ve probably considered this, but one way to do what you want is through a Salesforce validation rule. The only downside is that you’ll only see the error after the user saves. If you want to validate the number before the save, you have a few options. Check out this post to see how you can use a custom field renderer to notify your users of an error right after they edit the field; I think it might be just what you want. You could also consider using the jQuery mask plugin as discussed hereThis community post also discusses custom field renderers for phone numbers, although I think it focuses on cleaning up the number entered.


Forum|alt.badge.img+3
  • Author
  • July 10, 2024

Thanks @amy