Skip to content

Commit

Permalink
Merge pull request #1012 from bcgov/defect-ALR-1828
Browse files Browse the repository at this point in the history
defect - alr -1828
  • Loading branch information
GandlojuVishwantha authored Aug 14, 2024
2 parents d5c88cb + b89f989 commit 97142f4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<active>true</active>
<description>ALR- 1253</description>
<errorConditionFormula>AND(
NOT($Permission.EHISBypassValidationRuleCustomPermission),
RecordType.DeveloperName = &apos;Inspection&apos;,
DATETIMEVALUE(ActualVisitStartTime) &gt; NOW(),
ISPICKVAL(Status,&quot;Completed&quot;)
NOT($Permission.EHISBypassValidationRuleCustomPermission),
RecordType.DeveloperName = &apos;Inspection&apos;,
ActualVisitStartTime &gt; NOW(),
ISPICKVAL( Status , &quot;In Progress&quot;)
)</errorConditionFormula>
<errorMessage>Update Actual Start Time to a current or past date.</errorMessage>
</ValidationRule>

0 comments on commit 97142f4

Please sign in to comment.