• 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
  • rest
  • api
  • code
  • community
  • cookbook
  • dev tools
  • devblog
  • engineering team
  • examples
  • javascript
  • news
  • open source
  • performance
  • php
  • recipes
  • sample
  • sugar 7
  • sugar 7.5.0
  • sugar 7.6.0
  • sugar 7.8.0
  • sugar 7.x
  • sugar logic
  • sugar7
  • sugarquery
  • tip
  • web services
  • 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
  • 3 Tips for using the Sugar Metadata API

    3 Tips for using the Sugar Metadata API

    Matt Marum
    Matt Marum
    What is the Sugar Metadata API? As you probably know, Sugar metadata encompasses the settings, data model ( Vardefs ), and visual layouts ( Viewdefs ) used by the Sugar application. The majority of changes made to Sugar using Sugar Studio, Module Builder…
    • 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 7 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
  • New tutorial! Intro to the Sugar REST API

    Lauren Schaefer
    Lauren Schaefer
    Are you ready to build an integration with Sugar but not sure where to start? You've come to the right place! When you want to access or interact with information stored in Sugar, the REST API is a great place to start. In this tutorial, you'll learn…
    • over 7 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
  • Using the Sugar REST PHP Client

    SugarCRM Developers
    SugarCRM Developers
    Post originally written by mrussellsugarcrm. Sugar REST PHP Client A new open source library for working with Sugar 7's powerful REST API has just been published! You can view the library in our GitHub account here: https://github.com/sugarcrm/rest-php…
    • over 8 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
  • How to filter on related fields using Filter API

    Yann BERGES
    Yann BERGES
    This post originally appeared on the SynoLab blog hosted by Synolia , an Elite SugarCRM Partner. Yann Bergès describes how you can use a relate filter with the Filter API. He also explores how Sugar does it as well as identifying a drawback to be considered…
    • over 8 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 8 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
  • Developer Webinars by Sugar University

    Matt Marum
    Matt Marum
    Have you checked out Sugar University lately? SugarCRM provides Hot Topic Webinars designed specifically for Sugar Developers. This is a great way to keep on top of how to take advantage of latest technology in Sugar and keep those development skills…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • TethrOn presents their Sugar Integration process

    Matt Marum
    Matt Marum
    About TethrOn TethrOn is a mobile field sales and service enablement platform that has a number of different pre-built integrations to back-end systems. The team behind TethrOn recently decided to become a SugarCRM Technology Partner in order to provide…
    • 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 9 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 9 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
  • How to avoid logging out a user when using their credentials via the new REST API

    SugarCRM Developers
    SugarCRM Developers
    Post originally written by John Mertic. I had this question come from a partner this week... Users can't maintain their two sessions of Sugar (One via the REST API, and the other their Sugar Instance) at the same time. Signing in to either one will always…
    • 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
  • RESTful Web2Lead Form

    Harald Kuske
    Harald Kuske
    If you create a Lead Form in Sugar, this Lead Form uses the entrypoint “WebToLeadCapture” with it’s full qualified web address e.g. http://myCRMserver/index.php?entryPoint=WebToLeadCapture . Using this generated form every visitor of your website is informed…
    • over 11 years ago
    • DevClub
    • Dev Blog