Skip to main content

- Please guide on how to validate start and end date.

 if the end date is less than the start date, popup message appears for constraints.

 

 

Hi there


 


You are going to need to create a rule that uses an advanced condition to compare the two dates. This will likely look something like this:


 


If an advanced condition is true


       If end date is less than start date


Show the user a message


 


Ian


Reply