Skip to content

Commit

Permalink
Changes to Validation rule
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakmulamalla committed Dec 3, 2024
1 parent 7667ca2 commit 3063a20
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
NOT(ISNUMBER(PersonOtherPhone))
),
AND(
NOT(ISBLANK(PersonHomePhone)),
NOT(ISNUMBER(PersonHomePhone))
NOT(ISBLANK(Phone)),
NOT(ISNUMBER(Phone))
)
)
)</errorConditionFormula>
<errorMessage>Please enter the digit only for Other Phone and Home Phone.</errorMessage>
<errorMessage>Please enter numeric values only for Mobile Phone and Office Phone.</errorMessage>
</ValidationRule>

0 comments on commit 3063a20

Please sign in to comment.