I have a requirement in EspoCRM where I want to display a student’s previous school on the Student Application entity.
The previous school record should be selected manually by the operator, because each student may have multiple linked school records and the operator needs to decide which one represents the student’s last school.
Here is what I need to achieve:
Additionally:
The attached Pic may help
The previous school record should be selected manually by the operator, because each student may have multiple linked school records and the operator needs to decide which one represents the student’s last school.
Here is what I need to achieve:
- Each student has a unique Student ID.
- In the Student Application screen, when the operator clicks the link field to select a previous school, I only want to display school records related to that specific student using the Student ID in Student Application and SQE_STUC field in Student Records Entity (they are the same but named differently).
- At the moment, the selection window shows all records, which makes it difficult to choose the correct one.
- I currently have a Many-to-One relationship configured in the Student Application entity.
- I can see there are filter options available in the relationship configuration, but I cannot find clear documentation explaining:
- what these filters do,
- how to configure them,
- or whether they are the correct approach for this requirement.
Additionally:
- When a record is selected, the field currently displays only the Student ID number.
- Instead, I would like it to display a more useful field (for example, the school name or another descriptive column).
The attached Pic may help

Comment