Validate Date
Which validate rule can I use to compare the date the case was created and the date that the user specifies in the property. To check that the case creation date is 14 days before the specified user date. I use @compareDatesByDays(.Vacation.StartDate,.pxCreateDateTime,14), but it works if you specify more than 14 days. But I need both more and less. Only exactly 14 = false.
***Edited by Moderator: Pallavi to update platform capability tags***