What is the record field property that should be set to validate dates for <> 30 days?
-
Setting %Date as constant
-
Required
-
Specifying Default using Record and Field values
-
Reasonable date
The Reasonable Date property validates that dates are within an acceptable range (like not more than 30 days from current date). It prevents users from entering unrealistic dates. Required, Default, and Constant settings don't perform this date range validation.
The 'Reasonable Date' edit on a PeopleSoft date field validates that an entered date falls within a sensible window around today's date (e.g., not more than a set number of days in the past or future), which is exactly the kind of '<> 30 days' range check described. Setting %Date as a constant just defaults a field to today's date, 'Required' only enforces that a value is entered, and default-from-another-field settings don't perform range validation at all.