Timestamp attribute allows malformed years like Apr 2, 202, 12:00:00 PM
I have a workitem attribute of type timestamp called Date
The field accepts dates like:
Apr 2, 202, 12:00:00 PM
Apr 2, 2026, 12:00:00 PM
Ideally, the system should only accept valid years in the 4-digit range(1000-9999).
The value Apr 2, 202, 12:00:00 PM is malformed and should not be allowed, but it currently passes validation.
Is there a built-in way to prevent malformed dates like Apr 2, 202, 12:00:00 PM
for Timestamp fields in RTC 7.0.3
If not is there any recommended approach to enforce this constraint reliably?