• DevClub
  • PartnerClub
  • Support
  • Marketplace
  • sugarcrm.com
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
DevClub
Dev Blog
Click here to join this group and curate your SugarClub experience.
  • All tags
  • Sugar 9.x
  • api
  • cloud identity
  • custom route
  • developer preview
  • developer webinar
  • Development Best Practices
  • fall '19
  • Integrations & Connectors
  • mailcatcher
  • module loader
  • on-premise
  • performance
  • preview
  • spring '19
  • sugar 7.x
  • sugar 8.x
  • sugar 9.0
  • sugar 9.2
  • sugar 9.3
  • sugar cloud
  • sugar development
  • sugarbean
  • sugarcloud
  • summer '19
  • tls1.1
  • Blocking TLS v1.1 and earlier in SugarCloud

    Blocking TLS v1.1 and earlier in SugarCloud

    Michael Shaheen
    Michael Shaheen
    We intend to disable support for TLS v1.1 and older in the SugarCloud on November 8, 2019 February 1, 2020 . This action is consistent with the rest of the industry. It may impact some Sugar integrations that connect to the SugarCloud. If you are hosting…
    • over 5 years ago
    • DevClub
    • Dev Blog
  • What you need to know about the new SugarIdentity service!

    What you need to know about the new SugarIdentity service!

    Matt Marum
    Matt Marum
    The 'idm_mode' config setting was moved out of config.php and into the database. It's now necessary to update the config table to disable this setting for a local backup. Instructions updated below. Those who have been around a while will know that SugarCRM…
    • over 6 years ago
    • DevClub
    • Dev Blog
  • How to Set Up Sugar Mail for Local Testing

    Yury Voloshin
    Yury Voloshin
    Testing email notifications is something we find ourselves doing rather often while developing Sugar customizations. Ideally, while doing this, we don’t want to send out emails to recipients not involved in the test. While I usually manage to follow this…
    • over 5 years ago
    • DevClub
    • Dev Blog
  • How to build an External API Dashlet

    Michael Shaheen
    Michael Shaheen
    On October 28, 2019, we conducted a webinar on the topic of How to deploy code to SugarCloud using Module Loader . In that presentation, we demonstrated a Module Loadable Package that would do 3 things: Modify the UI via custom.less Add a post-install…
    • 19176_college-stats.zip
    • over 5 years ago
    • DevClub
    • Dev Blog
  • Doubling Sugar application performance

    Doubling Sugar application performance

    Matt Marum
    Matt Marum
    Impatience is a virtue Larry Wall (the inventor of Perl ) is credited with identifying the three great virtues of a programmer: "laziness, impatience, and hubris." These virtues are usually shared with a wink. For example, a programmer's "laziness" will…
    • over 6 years ago
    • DevClub
    • Dev Blog
  • Get ready for the Sugar Winter '20 releases!

    Get ready for the Sugar Winter '20 releases!

    Matt Marum
    Matt Marum
    It's that time again! We have held another quarterly webinar where we discussed all the big changes that Sugar Developers need to know about in our upcoming Winter '20 releases. In addition to details about the latest release, we also looked at topics…
    • over 5 years ago
    • DevClub
    • Dev Blog
  • Visually mark your Dev, QA and Production servers

    Visually mark your Dev, QA and Production servers

    Kenneth Brill
    Kenneth Brill
    We have 4 different sets of servers on one of my SugarCRM Enterprise installs. We also have 4 people who do development, QA or Admin work so it is vitally important that everyone is aware of what server they are on. We all move among the servers all day…
    • over 5 years ago
    • DevClub
    • Dev Blog
  • Code completion in your Sugar development environment

    Code completion in your Sugar development environment

    Kenneth Brill
    Kenneth Brill
    Code Completion I have finally gotten around to improving my development environment and I chose to start with code completion. I use phpStorm but I think everything here would apply to any editor out there. When Sugar went to the BeanFactory to instantiate…
    • _EditorHelper115.zip
    • over 5 years ago
    • DevClub
    • Dev Blog
  • Adding a Custom Module to the Customer Portal

    Michael Shaheen
    Michael Shaheen
    Back in September of this year (2019), we held the Developer's Webinar for the 9.2 release of Sugar . During that presentation, I touched on how the Portal can be customized. Among the things illustrated in the webinar was adding a module to the Portal…
    • over 5 years ago
    • DevClub
    • Dev Blog
  • How to Build Custom Record Views in Sugar

    Jerry Clark
    Jerry Clark
    Note: This content was originally posted on Upsert's blog on October 31, 2019. Have you ever wanted to create a custom route in Sugar that allows you to create, display, and edit a subset of a module's fields? Well, you're in luck! In this post we will…
    • _2019-10-31_-_How_to_Build_Custom_Record_Views_in_Sugar_v1.0.0.zip
    • over 5 years ago
    • DevClub
    • Dev Blog
  • Nearly everything you need to know about the Winter '20 Release

    Michael Shaheen
    Michael Shaheen
    Hello Sugar Developers! It's that time again - we have completed a new quarterly release. Sugar 9.3 (Winter '20) is a cloud release but the updates in this version will be available to on-premise customers in the upcoming Sugar 9.0 release this Spring…
    • over 5 years ago
    • DevClub
    • Dev Blog
  • Just about everything you need to know about the Fall '19 Release

    Just about everything you need to know about the Fall '19 Release

    Michael Shaheen
    Michael Shaheen
    Sugar Fall '19 release is officially live! There's a huge buzz around our offices for this release - it's very exciting! Fall '19 brings an updated Portal experience as well as a few other features and fixes. We recently held a webinar with an overview…
    • over 5 years ago
    • DevClub
    • Dev Blog
  • SugarCRM New Product Line Technical FAQ

    Michael Shaheen
    Michael Shaheen
    In response to the recent evolution of the SugarCRM product line, we’ve compiled a list of answers to some common questions that we have received from the developer community about our new products. This FAQ will be a living document, so please post any…
    • over 5 years ago
    • DevClub
    • Dev Blog
  • Don't miss the Fall '19 Sugar Developer Webinars!

    Don't miss the Fall '19 Sugar Developer Webinars!

    Michael Shaheen
    Michael Shaheen
    Hello Sugar Developers! Fall is upon us and we have lots of things to share. We want to make sure you are ready for the Sugar Fall '19 release, so we're hosting two webinars just for you! What we will be covering: Some big changes that are likely to impact…
    • over 5 years ago
    • DevClub
    • Dev Blog
  • SugarCloud dos and don'ts

    Michael Shaheen
    Michael Shaheen
    We recently held a webinar on How to write code for SugarCloud . At the end, we gave a summary of some of the Dos and Don'ts for working with SugarCloud. With more and more customers utilizing SugarCloud products, I thought it would be a good idea to…
    • over 5 years ago
    • DevClub
    • Dev Blog
  • Sugar Developer Webinar - How to write code for SugarCloud

    Sugar Developer Webinar - How to write code for SugarCloud

    Michael Shaheen
    Michael Shaheen
    Hello Sugar Developers! We often get questions about building code customizations for SugarCloud. Even experienced developers who have developed customizations for on-site Sugar installations do not know what is possible in SugarCloud. In short, Sugar…
    • over 5 years ago
    • DevClub
    • Dev Blog
  • Integrating Sugar with a CMS using REST APIs

    Integrating Sugar with a CMS using REST APIs

    Michael Shaheen
    Michael Shaheen
    SugarCRM strives to be the "No-Touch" CRM . One of the most important steps in making this vision a reality is to integrate Sugar with systems that customers uses to engage with organizations. For example, if a customer has been recently complaining about…
    • over 5 years ago
    • DevClub
    • Dev Blog
  • Don't miss the Summer '19 Sugar Developer Webinars!

    Don't miss the Summer '19 Sugar Developer Webinars!

    Matt Marum
    Matt Marum
    Hello Sugar Developers! Summer is just heating up and we have a boat load of stuff to share. We want to make sure you are ready for the Sugar Summer '19 release, so we're hosting two webinars just for you! What we will be covering: Some big changes that…
    • over 5 years ago
    • DevClub
    • Dev Blog
  • Sugar 9 has arrived!

    Sugar 9 has arrived!

    Matt Marum
    Matt Marum
    Hey Sugar devs! Spring is in the air (for the northern hemisphere)! This can mean only two things: allergy season has started and a new Sugar On-Site release is now available. Let me introduce to you Sugar 9.0! See below for all the information Sugar…
    • over 6 years ago
    • DevClub
    • Dev Blog