Version 7.5 Designer:
What are best practicies in terms of checking logical relationships between fields, issuing error messages to the user and preventing a process from advancing?
For example, I have 2 fields: Start Date and End Date. I need to ensure that a) the start date is less than the end date and b) if there is less than x days between the 2 dates, issue an error message and do not let the process advance to the next stage.
I know I can manage the above example by changing the date range on either field as the user changes the other, but I'm looking for a more generic response and example.
Thanks in advance!
Ken