SugarClub
SugarClub
  • User
  • Site
  • Search
  • User
  • Groups & Discussions
    Groups & Discussions
    • Product Forums
      Product-focused Q&A, discussions, best practices, fixes, and help
      Product Forums
      • Sugar Market
      • Sugar Sell & Enterprise
      • Sugar Serve
      • sales-i
    • User Groups
      Professional, Industry, Language
    • Get Involved
      Learn how to become a Raving Fan
    • Social Club
      Live, interactive, virtual meetups with other Sugar customers and Sugar’s Subject Matter experts!
    • Leadership Lounge
      Network with fellow organizational leaders, ask questions, and share insights
    • Developers
      Visit DevClub, the SugarClub group for Sugar Developers
      Developers
      • DevClub
      • Mobile Developers
      • Developer Builds
        Supplemental access level required. Inquiries: developers@sugarcrm.com
    • Additional Groups (Access Required)
      Groups that require special access will be displayed here. Contact sugarclub@sugarcrm.com for assistance. Click here to see all groups
      Additional Groups (Access Required)
      • SugarCloud Platform
  • Product Information
    Product Information
    • Release Central
      Find release-specific content to prepare for your next Sugar update
    • Documentation & Resources
      Looking to expand your Sugar knowledge? Explore our in-depth documentation and other helpful resources!
    • Product Update Blogs
      Updates about each Sugar product
    • Customer Stories »
      Case Studies by SugarCRM
  • Training & Certification
    Training & Certification
    • Training & Certification Home
      Live & On-Demand classes, Quick Videos, Sugar Certifications, and more!
    • Quick Videos
      Short videos about using Sugar
    • Event Recordings
      Recordings from SugarU Live Webinars and Sugar Market Academy
    • My SugarU Dashboard »
    • SugarU News & Updates
  • Adoption
    Adoption
    • Grow Adoption Framework
      Get started on your adoption journey and review the adoption resources from SugarCRM
  • Calendar
  • News
    News
    • Sugar News
    • SugarCRM.com News »
    • Dev Blog
    • SugarCRM Marketplace Blog
  • Help
    Help
    • Welcome to Sugar!
      New to Sugar? Get started here!
    • SugarClub Help & Instructions
      Learn more about SugarClub and find answers to questions about this site
    • New to SugarClub?
      Start your community journey here
    • Technical Support
      Sugar's support resources
      Technical Support
      • Case Portal »
        Access the SugarCRM Case Portal
      • Working with Sugar Support »
        Find out more about engaging with the SugarCRM Support team
      • SugarCloud Information
        Find information about SugarCloud service updates and site status. Contact sugarclub@sugarcrm.com to request access
  • More from Sugar
    More from Sugar
    • DevClub
    • PartnerClub
    • Support
    • SugarOutfitters Marketplace
    • sugarcrm.com
  • DevClub
  • PartnerClub
  • Support
  • Marketplace
  • sugarcrm.com
DevClub
DevClub
  • Dev Blog
  • Answers & Best Practices
  • Developer On-boarding
  • Dev Tutorials
  • Developer Events
  • Event Recaps
  • Members
  • Developer Suggestions
  • Sub-Groups
  • More
Click here to join this group and curate your SugarClub experience.
  • All tags
  • javascript
  • code
  • aside (1)
  • community (4)
  • css (3)
  • custom (1)
  • customizations (1)
  • dashlets (7)
  • dev tools (2)
  • devblog (23)
  • engineering team (15)
  • general (1)
  • layout (1)
  • open source (2)
  • performance (1)
  • php (4)
  • subpanels (1)
  • sugar 7 (23)
  • sugar 7.5.0 (7)
  • sugar 7.6.0 (6)
  • sugar 7.7.0 (2)
  • sugar 7.8.0 (3)
  • sugar7 (5)
  • sugarcrm (1)
  • tip (8)
  • unit tests (1)
  • view (1)
  • How to add a client idle timeout to Sugar 7.x

    Shijin Krishna
    Shijin Krishna
    Here is another guest post from Shijin Krishna from BHEA Technologies . When a user logs into Sugar 7, an OAuth access token (with a 1 hour timeout by default) and a refresh token (with a 2 week timeout by default) are returned. When the access token…
    • over 8 years ago
    • DevClub
    • Dev Blog
  • How to build Chart layouts for Sugar 7

    David Ranney
    David Ranney
    This blog will be the first in a two part series on building Charts components for Sugar 7. This post is targeted at beginner to intermediate Sugar Developers who want to learn how to build their first Chart component. This post assumes some basic knowledge…
    • over 8 years ago
    • DevClub
    • Dev Blog
  • How to build Chart Layouts for Sugar 7 - Part 2

    David Ranney
    David Ranney
    In our last post we covered the basics of adding a custom chart layout. Today's post will build on that example to cover some of the more advanced configurations that are possible using charts in Sugar. Like the previous post, this is targeted at a beginner…
    • over 8 years ago
    • DevClub
    • Dev Blog
  • Prepare for the Backbone.js upgrade in Sugar 7.8

    Matt Marum
    Matt Marum
    Upgrading our Backbone Have you done some Sidecar programming lately? Then you have been using Backbone. Backbone is the err... backbone of Sidecar. It provides all the base MVC classes which are extended by Sidecar to create the Sugar 7 UI. For example…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • Integrating to Sugar using a custom drawer action

    Matt Marum
    Matt Marum
    There are so many possible approaches for integrating with Sugar that selecting the best one can be tricky. When deciding to add new components into the Sugar user interface, the number of possibilities to consider is dizzying. Should I build a new component…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • Using Script and CSS loading plug-ins for easy Sugar integrations

    Matt Marum
    Matt Marum
    Getting 3rd party JavaScript into Sugar The most common UI integration point between Sugar and external applications is the trusty Sugar Dashlet. This is why we spend so much time talking about Dashlets here on the blog and at our Sugar Developer events…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • Adding a viewed status to Notes Module

    Shijin Krishna
    Shijin Krishna
    Here is another guest post from Shijin Krishna from BHEA , an Elite SugarCRM Partner! Notes is a common module used to track ad hoc information within Sugar. Sugar Enterprise customers that use the Customer Self-Service Portal will notice that comments…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • Faster Sugar integrations using Building Blocks

    Matt Marum
    Matt Marum
    What are Sugar Integration Building Blocks? This is a new effort to create an open source library of re-usable common components that can be easily adapted by developers interested in integrating applications with Sugar 7. This project is focused on the…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • Adding a new popup view in Sugar 7.x Record View

    Shijin Krishna
    Shijin Krishna
    Here is a guest post from Shijin Krishna from BHEA , an Elite SugarCRM Partner, and active member of the Sugar Developer community. Are you interested in posting on the Sugar Developer Blog? Contact developers@sugarcrm.com with your idea. In this post…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • Leveraging Backbone Events in Sugar

    Matt Marum
    Matt Marum
    Sidecar and Backbone.js The Sidecar user interface framework is built on a variety of browser side technologies. Being proficient in these underlying technologies is important for any developer writing Sugar 7 user interface code. They key JavaScript…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • Creating JavaScript unit tests for Sugar 7.6.0

    Matt Marum
    Matt Marum
    This tutorial will cover the creation of new Jasmine unit tests for testing your Sugar 7 front end code. In order to follow this tutorial, you will need access to the Sugar 7 Unit Test repository. Make sure you have the latest code. If you do not have…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • CreateActionsView changes in Sugar 7.7.0

    Matt Marum
    Matt Marum
    UPDATE December 28, 2015 During Sugar 7.7 upgrade, the upgrader will identify existing create-actions view/layout customizations and automatically migrate them to create view/layout. This is a best effort migration that follows the two steps listed near…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • Creating a Dashlet for Sugar 7 List Views

    SugarCRM Developers
    SugarCRM Developers
    Post originally written by tshubbard. In our previous "Hello World" dashlet post , we established what a minimal dashlet entailed. In these next post, we'll be building on those skills to create a more useful dashlet that takes advantage of Sugar 7 List…
    • over 10 years ago
    • DevClub
    • Dev Blog
  • How Type and Name attributes affect Sugar 7 Views

    SugarCRM Developers
    SugarCRM Developers
    Post originally written by Joo Lee. Sugar 7 allows you to define your own view metadata for creating new custom layouts and views. In these custom view definitions, the correct use of the type and name attributes is essential when you want to reuse metadata…
    • over 10 years ago
    • DevClub
    • Dev Blog
  • Using Underscore.js to improve Sugar 7 performance

    Matt Marum
    Matt Marum
    If you've browsed the Sugar 7 JavaScript codebase much then you'll notice that we use Underscore.js all over the place. Use of _.each, _.bind, _.debounce, _.filter, and more are littered throughout the Sugar 7 codebase. It's not uncommon to see multiple…
    • over 10 years ago
    • DevClub
    • Dev Blog
  • Adding Views to Sugar 7.5 footer

    Matt Marum
    Matt Marum
    There are certain parts of the Sugar 7 user interface that are always available to the user. For example, the Sugar Cube at the top left corner of both our mobile and web applications is always visible as an anchor that allows the user to return to their…
    • over 10 years ago
    • DevClub
    • Dev Blog
  • Creating a "Hello World" Dashlet for Sugar 7

    SugarCRM Developers
    SugarCRM Developers
    Post originally written by tshubbard. For Sugar Developers, the Dashboard and Dashlet framework provided in Sugar 7 really helps you to build slick reusable Dashlets that can be targeted for certain parts of the app or made globally available anywhere…
    • over 10 years ago
    • DevClub
    • Dev Blog
  • Overriding an Action's access control in Sugar 7.5

    Oli Nepomiachty
    Oli Nepomiachty
    When it comes to customization, Sugar 7 is far away the best and most flexible CRM on the market. The Sugar framework empowers the developers to make heavy modifications in the user interface (UI) without touching the core of the product. Our customers…
    • over 10 years ago
    • DevClub
    • Dev Blog
  • Global Action Menus and Drawers in Sugar 7

    SugarCRM Developers
    SugarCRM Developers
    Post originally written by John Mertic. Editor's Note: This blog post comes from Bill Convis of SierraCRM, and talks about how his team worked with our top notch engineering team to find a way to add action menu items across multiple modules. Big thanks…
    • over 10 years ago
    • DevClub
    • Dev Blog
  • A common Sugar 7.x Dashlet Gotcha

    Matt Marum
    Matt Marum
    Sugar 7 Dashlets As you may know Dashboards and Dashlets are some of Sugar 7's most popular front-end features. Customizable Dashboards empower users with the ability to customize the contextual intelligence that gets delivered to them by their CRM within…
    • over 10 years ago
    • DevClub
    • Dev Blog
  • Extending View JavaScript in Sugar 7

    David Ranney
    David Ranney
    This article is aimed at beginning to intermediate SugarCRM developers who want to customize views in SugarCRM version 7. This does not go into detail about all the ins and out of creating custom views, changing metadata and handlebars, etc. This article…
    • over 11 years ago
    • DevClub
    • Dev Blog
  • Customizing prefill when users copy Records in Sugar 7

    Matt Marum
    Matt Marum
    I was recently asked how to change the values that get entered into the new record when a user copies an existing record. This post will discuss how to make a simple change to your module's record view in order to change how fields get prefilled into…
    • over 11 years ago
    • DevClub
    • Dev Blog
  • Write a dashlet that uses an external data source: the Football World Cup dashlet

    Oli Nepomiachty
    Oli Nepomiachty
    During the Sugar 7 Developer training sessions, the attendees often asked for more code samples to get up to speed writing dashlets. This blog provides a good template that could be used when writing a dashlet that will pull data from an external source…
    • over 11 years ago
    • DevClub
    • Dev Blog