• Alimali
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi,
I currently have a validation rule with a REGEX function that restricts special characters:
NOT(REGEX(  PoNumber  , "^[a-zA-Z0-9_]*$"))

The problem is the validation rule bypasses characters like £ ( ) and _ 
My main goal is to restrict ALL SPECIAL CHARACTERS. I'd appreciate any workaround in solving this.
Can anyone please help me to implement pagination using lightning component?