We have a custom module and want to add cases subpanel in it.
How to do it?
One custom record could have multiple cases.
Do we need to create one-to-many relationship (Custom module to Cases module)?
We have a custom module and want to add cases subpanel in it.
How to do it?
One custom record could have multiple cases.
Do we need to create one-to-many relationship (Custom module to Cases module)?
Yes, exactly, create one-to-many relationship (Custom module to Cases module).
Thank you! We will try it out!