• How can I display fields from one module on the create and detail view screens of another module?

    In the module builder level, I have created three modules. We are using the SugarCRM sidecar method to display the modules. Module 1: Contracts Fields: Name, Email, Mobile Module 2: Contracts_Sales Fields: Sales_person_name, Sales_company, Sales_email…
  • Getting discard changes? popup after edit subpanel record

    I am getting a discard changes? popup after click on any module of navigation after edit in subpanel. Explained below: In Opportunity model subpanel for RLI, I have added a RLI record. After that I have updated the RLI record from subpanel with Quantity…
  • How to get a field auto populate from another module's (from subpanel view) field on create view?

    I need to get a field from a module and set the value of this field on the name field when I'm creating a new record. For example, in a custom module, we have a field called "work product", when we are creating a new record in subpanel module we want…
  • Print files from list view of Module and Subpanel

    How to add print file button in Action menu of record.? When the user selects records in the list view (module) or is viewing the records in the subpanel, clicking on the Print Files button will cause the files in those records to mass print. (Makes…
  • Default sort order field in subpanel not working 6.5

    This is literally driving me insane. I am trying to default sort a custom date field in a custom module subpanel. Here's what I have done: Background: PI_Personal_Injury is the parent module INV_Time_And_Expenses is the module subpanel The field I am…
  • Locating the scroll position at start of the quickcreate form

    When clicking "create" button in a subpanel, i want to put the scroll position (and page position) to the start of the form were the first field is. since yesterday and only in chrome browser, when clicking "create" in a subpanel, the scroll stays at…
  • 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 to display child module subpanel items in Primary module subpanel

    Hi All, I need to display the sub panel items of a child module in its parent module. Imagine There are three modules Say A,B,C 1) Many to one relationship between the module A & B and Module B is a child module of A . 2) Many to one relationship between…
  • 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…