Hello.
I have created a manual N:N recursive relationship on an entity. I've added the subgrids of both sides of the relationship on the entity's form, one for the "Parent" records (which are my parents), and another for the "Children" records (which are my children).
Can anyone tell me, how can I identify from which subgrid am I creating a new record of the manual N:N relationship?, that is, if I create a new parent, I need to disable the child lookup and clear the parent lookup so that the user can select the corresponding parent, or if I create a new child, I need to disable the Parent lookup and clear the child lookup so the user can select the child.
I hope I'm clear enough.