Show Custom Module as Subpanel in Accounts View

I have created a Custom Module which has a
One to Many Relationship with Products
One to One Relationship with Accounts

This Module is visible as a SubPanel in Products, but not in Accounts - is there something that I am missing?

Hi DCPaus,

One to One relationship do not create subpanel as one record is related with one record. It is represented by a field.
You can add this field via studio > yr module > layout section.

One to Many relationship create a subpanel as here, many records are related with single record.

Regards,
Alpesh

1 Like

Perfect - many thanks