Is there a way to provide a validation for an attribute I have added through an extension module?
I have added an attribute to UserRequest (of type AttributeDate) and I want to make sure that the users cannot assign to it a date prior to the UserRequest's creation.
Thank you in advance for your time.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to provide a validation for an attribute I have added through an extension module?
I have added an attribute to UserRequest (of type AttributeDate) and I want to make sure that the users cannot assign to it a date prior to the UserRequest's creation.
Thank you in advance for your time.