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
  • code
  • sugar 7.6.0
  • community (2)
  • css (5)
  • dashlets (3)
  • dev tools (3)
  • devblog (12)
  • elasticsearch (1)
  • engineering team (9)
  • javascript (6)
  • Logic Hooks (1)
  • news (1)
  • open source (2)
  • performance (3)
  • php (3)
  • rest (2)
  • studio & module builder (1)
  • subpanels (1)
  • sugar 7 (12)
  • sugar 7.5.0 (4)
  • sugar logic (1)
  • sugarcrm mobile (1)
  • unit tests (2)
  • Font Awesome 3.2.1 compatibility package for Sugar 7.6

    Matt Marum
    Matt Marum
    In last week's post on the Font Awesome 4.x upgrade in Sugar 7.6 we mentioned that Sugar Engineering has been putting together a compatibility package. This package can be installed into Sugar 7.6 instances to add Font Awesome 3.2.1 back. That package…
    • 13908_fontawesome-3213.zip
    • over 10 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
  • 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
  • Customizing Elasticsearch analysis in Sugar 7.6

    Cédric Mourizard
    Cédric Mourizard
    Here is a guest post from a couple members of the Sugar Developer community. Yann Berges and Cédric Mourizard from Synolia , an Elite SugarCRM Partner, share some insights on how to improve the quality of Elasticsearch results in Sugar. Elasticsearch…
    • 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
  • 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
  • Creating a PHP unit test for Sugar 7

    Matt Marum
    Matt Marum
    In a previous post, we learned how to write JavaScript unit tests using Sugar 7's Jasmine framework. Today we will learn how to write PHP unit tests using Sugar 7's PHPUnit framework. If you do not have access to Sugar 7 unit-tests Github repository and…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • Using server side changes to customize SugarCRM Mobile

    Matt Marum
    Matt Marum
    If you were at UnCon in April 2015 then you know that one of our hottest topics was plans for a SugarCRM Mobile SDK. Since mobile devices and mobile use cases are such a key part of what Customer Relationship Management and Customer Experience is today…
    • over 10 years ago
    • DevClub
    • Dev Blog
  • Enhancing performance using Sugar 7 Bulk API

    Matt Marum
    Matt Marum
    If you've used Sugar 7.5 or earlier then you have probably noticed that it take a few moments after a record appears for all the subpanels to finish being populated with data. This was because each subpanel generated a separate round-trip HTTP transaction…
    • over 10 years ago
    • DevClub
    • Dev Blog
  • Upgrade to Font Awesome 4.2 in Sugar 7.6

    Matt Marum
    Matt Marum
    Engineering wanted to let you know about a CSS change coming in Sugar 7.6 which is planned for release before end of June. There has been an upgrade to the library we use for our icons called Font Awesome . We will be upgrading from Font Awesome version…
    • over 10 years ago
    • DevClub
    • Dev Blog