• Unknown platforms to be restricted in Winter '18 release

    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…
  • SugarCRM Cookbook - SugarQuery - The Basics

    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…
  • SugarCRM Cookbook - The School of REST - Part 1

    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…
  • SugarCRM Cookbook - The School of REST - Part 3

    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…
  • SugarCRM Cookbook - The School of REST - Part 2

    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…
  • SugarCRM Cookbook - So you wanna override an endpoint

    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…
  • SugarCRM Cookbook - Adding a REST endpoint

    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…
  • Sucrose Bubble chart customization in Sugarcrm

    I have to integrate sucrose bubble chart in Sugarcrm. I don't know how to integrate sucrose bubble chart in Sugarcrm. It will be helpful if there is any document or process for this. Let me know if there is any link or document for integration.
  • Bulk Upsert REST API for data loads and integrations

    The goal of this sample code is to be able to create and update big amounts of data quickly, by leveraging only REST API for integration and initial data load purposes for on-site implementations. The code implements a POST based bulk upsert API for Sugar…