Copy information from subpanels to detail view

Hello!
I have two custom modules with relationships many-to-many. Can i copy information from subpanel ( where realtionships are shown) of one module to its detail view form in some field?

Hello, instead of saying “copy from subpanel” you could simply say “show information from related record in detailview”. The subpanel is just a way to show the information, where it really is kept is in the database (of course) accessible via PHP through the Bean.

See here
https://suitecrm.com/forum/developer-help/3689-showing-fields-from-related-module-in-detail-view

1 Like

Thanks a lot! Will try to do it :slight_smile: