• KotiSFDC
  • NEWBIE
  • 10 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 7
    Replies
Hi i want to create a validation rule for the text field, that not allowing anything except 'a to z'
and i have written like this:
NOT(REGEX(Full_Name__c ,"[a-zA-Z]"))
but the field have not taken the characrs too. why?do you guys have any explination please .
and can anybody shrae me the right expresson for it .Note: to allow only characters (a to z)not even Space.
is it possible to use one tab or Object in two Applications?
Hi i want to create a validation rule for the text field, that not allowing anything except 'a to z'
and i have written like this:
NOT(REGEX(Full_Name__c ,"[a-zA-Z]"))
but the field have not taken the characrs too. why?do you guys have any explination please .
and can anybody shrae me the right expresson for it .Note: to allow only characters (a to z)not even Space.
is it possible to use one tab or Object in two Applications?