Advertisement
Learnify_Rectify

Implement Best Practices

May 30th, 2025
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | Source Code | 0 0
  1. Implement Best Practices
  2. ---------------------------------------------------------
  3.  
  4. AND(
  5. OR(
  6. ISNEW(),
  7. ISCHANGED(email),
  8. ISCHANGED(phone)
  9. ),
  10. ISBLANK(email),
  11. ISBLANK(phone)
  12. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement