Salesforce Validation Rule to avoid special characters and numbers November 17, 2021July 19, 2023InfallibleTechie Admin Formula: NOT( REGEX( FIELD , "[a-zA-Z]*" ) ) Sample Validation Rule: