• SA
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 0
    Replies
Hi,
Need help with below Validation rule
OR(ISPICKVAL(PRIORVALUE(StatusCode, "Activated")),
ISPICKVAL(StatusCode, "Activated"))

Error: Error: Incorrect number of parameters for function 'PRIORVALUE()'. Expected 1, received 2
Regards,
Sony
  • January 17, 2019
  • Like
  • 0
Hi all, we have 3 custom email address fields on contact object. Workemail__C, Personalemail__C, Departmentemail__C. I need help building a validation rule to stop users from entering duplicate email address in any of these custom email address fields.
Thank you
  • September 30, 2018
  • Like
  • 0
Hi,
I created a custom field TEST_User_ID__c. User should only enter number (0-9), Space and Comma. Can someone please help with validation rule using Regex.

Thank you
  • July 13, 2018
  • Like
  • 0