Skip to content

Commit

Permalink
Merge pull request #686 from bcgov/feature-alr-867
Browse files Browse the repository at this point in the history
Hotfixdev-ALR-867
  • Loading branch information
GandlojuVishwantha authored Apr 29, 2024
2 parents c9fa549 + ca3a240 commit d312bfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<errorConditionFormula>AND(NOT($Permission.EHISBypassValidationRuleCustomPermission) , IF(NOT(ISBLANK( Fax )),
NOT(REGEX( Fax , &quot;^[0-9]{10}$&quot;)) , False))</errorConditionFormula>
<errorDisplayField>Fax</errorDisplayField>
<errorMessage>Phone number is invalid. Please enter a 10-digit phone number.</errorMessage>
<errorMessage>Fax number is invalid. Please enter a 10-digit fax number.</errorMessage>
</ValidationRule>

0 comments on commit d312bfe

Please sign in to comment.