I have model A which represents a page and i have a field in model "A" which reference to model "B".
I want to edit record B from record A and want to preview that as well.
I am able to get the ctx value of record B in preview modal, is there any way i can get the value of parent model i.e model A
in the similar iframe.
I have model A which represents a page and i have a field in model "A" which reference to model "B". I want to edit record B from record A and want to preview that as well. I am able to get the ctx value of record B in preview modal, is there any way i can get the value of parent model i.e model A in the similar iframe.
Any help will be appreciated. Thanks