• 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…
  • What is the use of erased_fields=true in REST API ?

    Hi, We are using rest api to get the records from any module , We see there is parameter used in that ?erased_fields=true , What does that mean ? For ex : we are using the api : / rest/v11_20/M03_Work_Product?erased_fields=true&view=list&order_by…
  • Creating a new SugarBean with a pre-created UUID

    I have a custom API endpoint that we use to send a large number of records at a time. The endpoint works for updating records and inserting new records without a pre-created UUID, but when we send records with a pre-created UUID, we get the UUID back…
  • Error requesting access token API-REST

    Good Afternoon, Requesting your support with the following topic: We create an integration with SugaCRM through an API-REST. The detail is that we are trying to obtain an authentication token from SugarCRM with the endpoint /rest/v11/oauth2/token using…
  • 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…