Advertisement
Learnify_Rectify

Get Started with Validation Rules

May 30th, 2025
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | Source Code | 0 0
  1. Get Started with Validation Rules in Salesforce
  2. -----------------------------------------------------------
  3. Formula:
  4.  
  5. AND(
  6. NOT(ISBLANK(EngineeringReqNumber__c)),
  7. NOT(ISNUMBER(EngineeringReqNumber__c))
  8. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement