• get module dashablerecord.js to use module record.js for the record panel

    We have a custom module with a recorddashlet.php layout definition. We have a record.js record view for that module, including custom functionality for fields (e.g. click as checkbox will populate a corresponding text box with today's date to say the…
  • reports varchar link

    I have added a custom field to a custom module so it can be shown in reports. The field contains a link to a report (with query string values added with the intention of setting the filters with those values) The field currently shows on the report…
  • Custom components stopped working after v13.0 upgrade

    Dear club members, After upgrading SugarCRM from v12.0.0 to v13.0.0, our custom components have stopped working. For instance, we use custom-route.js to have a pop-up window on the Contact module, it's showing normally on our dev environment (it has…
  • Issue in Adding button to panel-top-for-prospectlists

    I am trying to add button in "panel-top-for-prospectlists" in the contacts module by using Extension without overriding. The following is the code but the button is not being added. <?php $viewdefs['Contacts']['base']['view']['panel-top-for-prospectlists…
  • Why do subpanels generated from circular relationships doesn't have record links?

    Hi, I created a 1:M(one-to-many) circular relationship in Locations module. This generated a relate field and a subpanel. The issue is that the subpanel doesn't have any links in its records: Any ideas or fixes for this? Thanks, Eron Tancioco
  • Should I keep versioning role-based views?

    Hi everyone, We've been using Git to deploy Sugar code on premise for a while now, and since my customer started playing with role-based views, I ask myself this question : Should I keep versioning those views? The obvious answer is "Yes, you should,…
  • Custom Buttons in list-headerpane to add in manifest Package

    I have modified my Accounts module list-headerpane.php and added Two Buttons to it. \custom\modules\Accounts\clients\base\views\list-headerpane\list-headerpane.php <?php $viewdefs['Accounts'] = array( 'base' => array( 'view' => array( 'list-headerpane…
  • Custom Create view is not correctly coped to cache

    I have a bit of an odd issue here, and I'm not sure if it's me, or something wrong in the code. I'm using 7.6 and having successfully extended the RecordView, I'm attempting to do the same in create. All seems to go well for a while. I create custom/modules…