I have four enitites parent1,parent2,parent3 and child.
child can be created from any parent entity(1/2/3).
I have created 3 forms in child entity and from will be loaded on based on the parent .
Ex: when we create a child from parent2, then child form will be displayed related to parent2 using navigate method.
Issue: User has previously created child based on parent1, try to create child from parent3, During this time, child form will be reloaded related parent3. (but it is loosing parent3 lookup value). After saving this record it will not associate to
parent3.
Need suggestion /workaround? Is there any way to resever the parent lookup value, When we use navigate it is opening the new form?