Hello,
just an help regarding this.
I have a 2 custom module…orders and warehouses.
This modules are linked toghether with a relationship…one2many or many2many no matter.
Every order has a relate field that specify in which warehouse are stocked.
So, going in order detail view and clicking on a related warehouse i would like to see warehouse detail plus all orders list stocked(in subpanel) like for example in account modules…where clicking on a specific account you are able to see the complete list of contacts associated to that account.
Currently when i click on warehouse i can see an empty orders subpanels.
Anything missing(loginc hooks or anything else)?
Version 7.6.2
Thank you for any hint.
Hello,
anyone can pint me on the right direction?
Thank you
Can you post screen shots of your setup, the menus and the relations in studio.
PS: what type of relationship do matters, if you have one to one relation you won’t get a subpanel, also you need to set the correct one to many relation to have the correct subpanel
Best regards
Hi,
my setup is 7.6.3 with the following relationship:
Module A = Manage Orders
Module B = Warehouses
The relation is Module B -> OnetoMany -> Module A
So in Manage Orders i have a relate field that points to Warehouses…when i save an order i would like to see in intended Warehouse Detail View a subpanel with list of orders stocked in…
I can see successfully the subpanel in Warehouse Detail view…but orders are not placed…So i guess it needs an additional logic hooks in order to relate to it.
Am i right?
I’m able to create a logic hooks…could u only give me an example of how to relate?
Thank you

Hello,
seems solved…it was a previous misconfiguration on relationship…no additional logichooks is required…
Regards