• user logout issues when using REST AP

    In my plugin, I'm using the SugarCRM function SUGAR.App.api.getOAuthToken() for querying any data (get/post) on each ajax call of SugarCRM v10 REST API. Below is the piece of ajax request code $.ajax({ beforeSend: function(request) { request.setRequestHeader…
  • Can't set a sync key value for a record using the API

    Hi, Trying the integrate endpoint /integrate/<module>/:record_id/:sync_key_field_name/:sync_key_field_value explained here , I keep getting "error_message" : "Could not find a route with 5 elements". I can confirm that the record ID exists when I log…
  • Code samples for Module builder for SugarCRM v8

    Hi, I'm planning to develop a module builder to upload in SugarCRM v8 to display values from a third party website. So, in the contact page, the module builder should take the contact's email and search in the third party website using the API request…
  • 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…
  • 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…
  • What APIs can I use to create an in-house integration for SugarCRM & Magento?

    Hello everyone, We are a bed company selling both online and offline. We are currently using Magento platform for e-commerce site and Salesforce to manage & follow up with customers. We plan to move from Salesforce to SugarCRM and also intend to build…
  • Filter on User not working for get method in 7.6.2.1

    Hi , I am having SugarCRM with version as Enterprise 7.6.2.1 build 9 , along with this i am using rest v10 API to search data in my custom application. For this specific instance only filter only on User Module is not working for get Method. While when…