Hello,
I have an entity called "Exam" and within this entity I have a look up field called "Exam Number". This look up field "Exam Number" Entity has the following fields
- Exam Number
- Exam Start Date
- Exam End Date
Once the teacher enters "Exam End Date" on this Form (Entity); it should lock the entire "Exam" Form (Entity). There can be multiple existing Exam Records with same Exam Number. So this feature should lock multiple records when teacher enters Exam End Date.
Can this be done without Java script? If not, please also help me out with the code.