Find coding path as per given url

http://localhost/crm/index.php?sugar_body_only=1&module=FP_events&subpanel=fp_events_users_1&action=SubPanelViewer&inline=1&record=878d6715-8b59-8675-f2d7-60e2d126cd99

I want to know which file is used for adding that relationship data.
can anyone tell me where is the file to add multiple users?

@sid1

Each module has the file modules/<module_name>/metadata/subpaneldefs.php. It contains module subpanels configuration. Panel has buttoms array and select button has parametr 'mode' => 'MultiSelect',.
You can create file in custom directory for module FP_Events.

1 Like

Thanks for you replay. one more thing can you please tell me the where is the code for multiselection users code ?

@sid1

Sorry i don’t understand you. I answered to your question about multiselect users. If it isn’t a complete answer to give me more details.

oky i want to know the whole process of multiselect users it means that in which file are used for selecting multi users code are present.

after all i wanto customize that file and send mail to multiple users at a time