SugarClub
SugarClub
  • User
  • Site
  • Search
  • User
  • Ask a Question
    Ask a Question
    • Sugar Sell & Enterprise
    • sales-i
    • Sugar Market
    • Sugar Serve
  • 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 SugarCRM Ambassador
    • 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
Click here to join this group and curate your SugarClub experience.
  • All tags
  • rest
  • engineering team
  • api (8)
  • code (7)
  • cookbook (5)
  • custom (1)
  • customization (1)
  • devblog (13)
  • Development Best Practices (1)
  • examples (4)
  • javascript (2)
  • Logic Hooks (1)
  • open source (2)
  • performance (1)
  • php (7)
  • recipes (5)
  • sample (4)
  • sugar 7 (15)
  • sugar 7.5.0 (2)
  • sugar 7.9.0 (1)
  • sugar 7.x (3)
  • sugar logic (2)
  • sugar7 (6)
  • sugarcrm mobile (1)
  • sugarquery (2)
  • tip (5)
  • web services (2)
  • Unknown platforms to be restricted in Winter '18 release

    Matt Marum
    Matt Marum
    In Sugar 8 / Spring '18, Sugar administrators can now configure API platforms using the Administration panel. The Platform extension is still available if you want to register a custom API platform as part of a Module Loadable Package. Sugar uses platforms…
    • over 7 years ago
    • DevClub
    • Dev Blog
  • Upcoming security changes to Sugar

    Matt Marum
    Matt Marum
    In our most recent set of security releases , we made some changes in Sugar that address input sanitization issues reported by a 3rd party security researcher. Conveniently, these issues can be addressed with the input validation and CSRF form authentication…
    • over 7 years ago
    • DevClub
    • Dev Blog
  • SugarCRM Cookbook - SugarQuery - The Basics

    SugarCRM Developers
    SugarCRM Developers
    Post originally written by Jim Bartek. UPDATE October 3rd 2017 Removed references to compileSql() function which was deprecated and removed in Sugar 7.9. You have found yourself in a bind, and you need to query the database directly. There is no other…
    • over 11 years ago
    • DevClub
    • Dev Blog
  • Using e-mail fields correctly in Sugar

    SugarCRM Developers
    SugarCRM Developers
    Post originally written by dwheelz. Here is an important message from David Wheeler , a long time Software Engineer and Architect at SugarCRM, about using e-mail fields correctly. E-mail handling is core to CRM software. Almost everyone we know uses multiple…
    • over 8 years ago
    • DevClub
    • Dev Blog
  • How Sugar REST API versioning works

    How Sugar REST API versioning works

    Matt Marum
    Matt Marum
    Sugar v11 REST API In order to support some cool new dashboard features , we made some enhancements to our Dashboard APIs in the Fall '17 release. So we added a new REST API version, v11, in that release in order to ensure clients and integrations that…
    • over 7 years ago
    • DevClub
    • Dev Blog
  • Thorn: Test now, REST later

    Thorn: Test now, REST later

    Robert Hogg
    Robert Hogg
    RESTful APIs have always been a big part of the Sugar application, as well as the most appropriate touchpoint for integrating with other enterprise systems. Unfortunately, for a long time they weren't tested especially appropriately. Traditionally, REST…
    • over 7 years ago
    • DevClub
    • Dev Blog
  • SugarCRM Cookbook - The School of REST - Part 1

    SugarCRM Developers
    SugarCRM Developers
    Post originally written by sugarmajed. Welcome to the School of REST - our first installment in the Sugar 7 Cookbook Series! We've always believed that DATA belongs to you and it should always be accessible to you! With Sugar 7 we've added a completely…
    • over 11 years ago
    • DevClub
    • Dev Blog
  • SugarCRM Cookbook - The School of REST - Part 3

    SugarCRM Developers
    SugarCRM Developers
    Post originally written by sugarmajed. This is the final section of the School of Rest. We'll be covering filtering on relationships as well as Global Search, Favorites, and Deleting records. We've already created our Account "Burger Palace" in Part 1…
    • over 11 years ago
    • DevClub
    • Dev Blog
  • SugarCRM Cookbook - The School of REST - Part 2

    SugarCRM Developers
    SugarCRM Developers
    Post originally written by sugarmajed. This is part 2 of 3 of The School of REST. In Part 1 we covered creating our Account "Burger Palace" and using the filter API to get just the records we wanted. Today we'll cover retrieving records, creating our…
    • over 11 years ago
    • DevClub
    • Dev Blog
  • Security changes coming in Sugar 7.8

    Matt Marum
    Matt Marum
    Important security changes in Sugar 7.8 As we near the release of Sugar 7.8, we wanted to update the Sugar Developer community on a couple of important security changes that are coming in this release. The oauth_token URL parameter is disabled by default…
    • over 8 years ago
    • DevClub
    • Dev Blog
  • Announcing XHProf Viewer, REST PHP Client, and Sugar Repairs Module open source projects

    Matt Marum
    Matt Marum
    At SugarCRM, we have been accelerating the rate at which we share technology with the Sugar Developer community. Back in June at UnCon , we shared more open source code examples and tools than ever before. In April, we announced Sucrose Charts and the…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • New SugarCRM sponsored open source projects!

    Matt Marum
    Matt Marum
    At SugarCRM Engineering, open source is part of our DNA. We build Sugar on open source technology and open standards. We host and run our software on open source platforms in Sugar On-Demand. And all of our developers use open source tools for developing…
    • 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
  • Sugar 7.5 Metadata Diving for Smarter Integrations

    Matt Marum
    Matt Marum
    For Sugar 7.7 and later versions, you can access metadata from within the Sidecar clients using SUGAR.App.metadata.get() Many Sugar Developers are looking to build intelligent API integrations with Sugar that goes beyond Create-Read-Update-Delete (CRUD…
    • over 10 years ago
    • DevClub
    • Dev Blog
  • SugarCRM Cookbook - So you wanna override an endpoint

    SugarCRM Developers
    SugarCRM Developers
    Post originally written by sugarraagaard. 1. Introduction So you have yourself in a bit of a bind, you need to get an existing API to do something different. Maybe you need more information on an Account record, or perhaps your custom module needs some…
    • over 11 years ago
    • DevClub
    • Dev Blog
  • SugarCRM Cookbook - Adding a REST endpoint

    SugarCRM Developers
    SugarCRM Developers
    Post originally written by sugarraagaard. So you've seen what the REST API can do and you want more. In this recipe we'll be covering how to create your own REST endpoint. Our sample endpoint is going to go beyond the filter API and give us a list of…
    • over 11 years ago
    • DevClub
    • Dev Blog