Hi, I am facing a problem.
I have two entities, Student and Parent.
When I create a link from Student to Parent as Many-to-one relationship.
on the student side, I input field name "parentName" and Parent side, I input "studentName". After the link is establish. the field studentName is created in Student entity rather than parentName which I expected.
I have been working with AI tool for many days and exhausted without a solution. Does someone see this same problem?
espo version: 9.1.8
Installed on docker environment
I have two entities, Student and Parent.
When I create a link from Student to Parent as Many-to-one relationship.
on the student side, I input field name "parentName" and Parent side, I input "studentName". After the link is establish. the field studentName is created in Student entity rather than parentName which I expected.
I have been working with AI tool for many days and exhausted without a solution. Does someone see this same problem?
espo version: 9.1.8
Installed on docker environment
Comment