• For API customization in SugarCRM

    Dear All, I want to customized Some input received in Sugar by Default API . How can I customized if ? And Also share the path of default API in SugarCRM used. For Example :- I have share a case crate API with portal user and I received regularly in…
  • 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…
  • Upcoming security changes to Sugar

    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…
  • Using e-mail fields correctly in Sugar

    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…
  • Using the Sugar REST PHP Client

    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…
  • How to filter on related fields using Filter API

    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…
  • Security changes coming in Sugar 7.8

    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…
  • Announcing XHProf Viewer, REST PHP Client, and Sugar Repairs Module open source projects

    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…
  • TethrOn presents their Sugar Integration process

    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…
  • Using server side changes to customize SugarCRM Mobile

    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…
  • 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…
  • RESTful Web2Lead Form

    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…
  • Which platform to use for REST API? Also questions about PHP codes and extending endpoints.

    Hello, I am in the final stages of connecting SugarCRM to our website using the REST API. There seems to be a small problem using the platform. I am using the platform "base" and it seems to be causing problems, and the website logs out when I try using…