Resolved! Business rule to validate/check dates
I am trying to create a business rule to validate the work_start and work_end dates on a Change Request. I can do this with this BR:Table: Change RequestOrder: 40When: BeforeInsert - trueUpdate - trueCondition - current.work_start.changes() || curren...