• 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…