Skip to content

Commit

Permalink
Update LAB[PL-200]_M07L01_Business_rule.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chandlersyal authored Sep 13, 2024
1 parent 54173da commit ae5fde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Instructions/Labs/LAB[PL-200]_M07L01_Business_rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ In this practice lab, you will be creating business rules to show and hide the l
1. Enter the following **Expression**.
```
If(ThisRecord.'Scheduled Start' > ThisRecord.'Scheduled End',
If(NewRecord.'Scheduled Start' > NewRecord.'Scheduled End',
Error({Kind: ErrorKind.Validation, Message: "The start date cannot be after the end date" })
);
```
Expand Down

0 comments on commit ae5fde4

Please sign in to comment.