User Story
Rule Name: Start_DateTime_Must_Be_Before_End_DateTime
As a System Administrator,
I want to ensure that the Start Date/Time on the Request object is always earlier than the End Date/Time,
So that data integrity is maintained and incorrect time entries are prevented.
Acceptance Criteria:
- The Start Date/Time must be less than the End Date/Time when creating or updating a Request.
- If the Start Date/Time is greater than or equal to the End Date/Time, an error message should be displayed:
- Error: "Start Date/Time must be earlier than End Date/Time."
- The system should not allow saving the request unless this condition is met.