• 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…
  • 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…
  • 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…
  • New SugarCRM sponsored open source projects!

    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…
  • Developer Webinars by Sugar University

    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…
  • 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…
  • Enhancing performance using Sugar 7 Bulk API

    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…
  • Sugar 7.5 Metadata Diving for Smarter Integrations

    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…
  • How to avoid logging out a user when using their credentials via the new REST API

    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…
  • 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…
  • 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…
  • set_note_attachment method returns "id: -1"

    I'm trying to add an attachment to a note using the set_note_attachment method. I'm calling the REST API from a .NET Core WebAPI. I can already login and create notes without any issue, but when I call the set_note_attachment it returns { "id": "-1" …
  • v10 API call for /Mail/attachment POST syntax

    Francesca Shiekh directing this straight to you as I believe you could assist, but asking for anyone else in the community for assistance. We are trying to use v10 API call for /Mail/attachment POST (i.e. {"email_attachment":"@\/path\/to\/ExampleDocument…
  • 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…
  • Create an account by REST API without sending user assigned notification

    Hello There is something equivalent to the php version of $bean->save(false); to avoid user email notificacion by API REST Calls? Or some variable flag on the json of rest/v10/Accounts POST? Something like the last part of this fake json example { "id…
  • Client ID and Client Secret for production environment

    Hello, I have been using the client_id as "sugar" and no client_secret for connecting with SugarCRM during development. Can I use that for our production environment too? I see that there are options to add new client_id and client_secret, but I see that…
  • Integrating SugarCRM with website. Question about urls

    Hello, After almost finishing up the integration of SugarCRM with our website, I'm back to square one due to some doubts. For the site_url given in the endpoints, I'm currently using the url for the trial account that I created. I'm guessing that when…
  • Questions regarding custom modules and custom views in REST API

    Hi, I am integrating SugarCRM into our product. I'm done with most of the functionalities but still stuck in a few areas related to custom modules and custom views. Any help would be really appreciated. Here are the questions: About custom modules, How…
  • REST API, send Sugarcrm data to an other application

    hi everyone, I'm new on sugraCRM, i need to send data via URL to external application to send phone number of contact, can you give me simple example to coding this need, the curl : www.url.com/api/callinglistaddrecord.json?dbid=1&number=1888140000&custom…
  • create custom field in sugarcrm database and get that value using REST

    Hi I just created a custom field in in database(in user table, i don't know it is good way or not), now i want to get the custom field value using REST api,all value are retrieving except my custom field. Below is my rest api params $get_entries_parameters…
  • Aaccess records through Many to Many relation.

    Hi, I use the default Many-to-Many relation between the Contacts module and the Documents module to store documents related with each contact records. I need to access documents related to a particular Contact record through REST api code. I use Ruby…
1 2 3