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…
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…
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…
I have posted a new post with some Use Case examples on how to leverage the Sugar Framework to add additional functionality. What are your thoughts? Do you have more use cases I can add to the list?
sugarcrm.substack.com/.../-what-do-i-do-now
Hi, I just got auto looged out SugarCRM. Then I see the browser console, I found an error in some Rest API
https://xyz.com/rest/v11_10/Contacts?erased_fields=true&view=list&fields=lead_source%2Cfollowing%2Cmy_favorite&max_num=20…
Hi All,
I have a requirement to get all required fields from Leads module and Integrate it on third party solution. How can fetch the required fields from a module using REST v10 API . Which API is the best to find required fields ?
Hi ,
I am new to SugarCRM, and I would like to Generate a Proposal (Word doc/PDF or JSON) from SugarCRM Opportunity.
What are the options I have, do I need to use the REST API's or can I create a FORM and populate the form using the Opportunity…
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…
Hi, I am trying to find a user in sugar via user_name field and that user is inactive. While making api call via postman i am not getting that inactive user detail.
http://<localhost>/rest/v11/Users/?filter[0][user_name]=Test Is there any param available…
Hello Team, I'm creating a plugin for a custom requirement, and for this, I need unique session storage(let's say tabID) on each tab. but session storage is behaving very strange with SugarCRM while in normal Html is it behaving correctly. For example…