• Subpanel with external database table

    I am working with Sugarcrm 8 ENT versdion, I want to display values from external ERP as a Sub panel in Accounts module. How can display legacy/external database table values in Accounts module subpanel.
  • How do I refresh a subpanel when a record is added to a different subpanel?

    On a case record I create a meeting using the create button on the subpanel. When the new meeting is saved an advanced workflow process creates a new task related to the case record. I want the tasks subpanel to refresh when the meeting is added to show…
  • Trying to create a relationship between Opportunities and Meetings and use the existing subpanel

    The goal is to create a one-to-many relationship of Opportunity to Meetings ( opportunity_meetings_1 ). As you know, Opportunities already have such a relationship ( opportunity_meetings ) because Meetings has a native flex-relate field. I know that creating…
  • subpanel controller not working

    Hi all I try to call function after click a button in list view on Email subpanel in Cases module but it not working, controller don't return anythings in console log. Can someone help me to find out why it not working ? custom/modules/Emails/clients…
  • Sugar 7 : how to remove subpanel row_action button on bwc record ?

    Hello everyone ! To follow my adventures with panel-top buttons (from here : https://community.sugarcrm.com/ideas/1457#comment-1813 ), I'm struggling with a module 7 subpanel on a bwc record. What i have : I've created a custom module through module builder…
  • How to set a default sorting order for a subpanel in SugarCRM 7

    As in Sugarcrm 6.x we can set the default sorting order of a subpanel by changing the layout defs of the subpanel as explained here: How to change default sort in custom subpanel - sugarcrm? But how can i achieve the same sorting functionality in a standard…
  • where clause in selection-list view

    Hi All, I would like to filter a related record when users tried to link between the two. I saw orderBy clause inside root/modules/modulename/clients/base/views/selection-list.php I was able to modify the orderBy clause but I couldn't modify the where…