
- Create database tables for student, teacher and class.
- Student DOB should not be greater than TODAY.
- Send an email to the student & teacher 1 day before his birthday.
- If any student have wife name populated, then automatically mark him as married [new field] = true.
- User should not be able to insert/update if that teacher is not active.
- User should not be able to delete a class if there is any student in it.
- Don’t allow user to add student to a class which already reached the max limit of students.
- Maintain the number of student for each class.
1 réponse
Hi Ankita,
Here is a similar question which may be able to guide you:
https://success.salesforce.com/apex/answers?id=90630000000CjlAAAS
Thanks!