• Custom SidePane on Support Portal

    How can i create a custom view in the side pane of the sugarCRM portal (see image)? is it the same as with the base portal?(modifying/creating a JS controller, a PHP metadata file, and a Handlebars ) if so should i change: < viewdefs['base'] > to < viewdefs…
  • How to access an information hold by a relationship in my view / layout / field ?

    Hello, I want to improved the Contact subpanel for the account's module, by including an additionnal CSS property to highlight contact that do not "work" anymore for the account, ie the contacts marked as not primary in the relationship accounts_contacts…
  • BeanCollection not in Sugar documentation

    I'd like to bring attention to a Sidecar function called createBeanCollection . I found it to be very useful for loading multiple Sugar records from a single module, as described well in Angel Magana's blog . The problem is that it is not mentioned in…
  • sugar_config in sidecar

    Is access to the config settings available in sidecar? I need to use an api key kept in the configuration.
  • How to extend FiltersBean

    I need to correct a core Sugar bug and I want to do it in an upgrade safe way. The file I need to make a correction in is modules/Filters/clients/base/datas/model/model.js I need to comment out a portion of line 104 so that it will not perform the action…
  • Changing the primary button color

    According to the "Themes" documentation, I can change my primary button color by setting the following in my "custom/themes/clients/base/default/variables.php" file. <?php $lessdefs = [ 'colors' = > [ 'PrimaryButton' = > '#0F0' , ] , ] ; ?> In theory…
  • Sidecar nesting partials

    Since sidecar is using handlebars I thought it wouldn't be a difficult task to create a ul/li structure with multiple levels. I was so wrong. For some reason I need to use a sidecar specific 'partial' helper that retrieves the partial that I need and…
  • How to replace dropdown with multiselect in List View Related Records filter

    In the List View filter of our Meeting module, there is an option to search by Related To field, where we can search by Accounts related to a Meeting (see image). At this time, when I click on "Search and Select", a list of Accounts opens where I can…