R28916 Activity - End Time Is After Start Time

Code R28916
Entity General.Contacts.Activities Entity
Name EndTimeIsAfterStartTime
Attribute EndTime
Layer Back-End
Events Commit
Priority Normal
Modify NO
Action Validate that:

If (StartTime != null && EndTime != null)

StartTime <= EndTime
Description The end time cannot be before the start of an activity.
Message The End Time of activity '{DocumentText}' is before than the Start Time which defines invalid time interval for the activity. Please enter valid time interval.
Introduced In Version 2018.2
Revocable NO

* For more information about the Business Rules Documentation Template and a short explanation of each column, see topic System Business Rules.