• 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…
  • How create multiple links(relation ship) with bulk API

    Hello, I am doing rest bulk call. I want to create multiple relationships along with the bulk record creation/updation. Please advise. Thanks Sanket
  • How to make API of any module in SugarCRM

    Dear All, please tell the process of making any module's API of SugarCRM. I am new user of SugarCRM. Thanks;
  • 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…
  • How to Collect data User Login and Logout Details In sugar crm ?

    Hi Dear Team & Developers, How We Can Create or Get By Default Sugar crm Users Login And logout Details. I want to create report or want to see log for each SugarCRM users login Details. Please suggest me if any idea. Thanks
  • suddenly get auto logged out from Sugar with a status of 412 (Precondition Failed)

    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…
  • Generate Proposal from Opportunity

    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…
  • 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…
  • How to remove/disable by permanently sidebar pane (right side Dashboard) in Sugarcrm 9.1 from list view and Record View to all Module

    How to remove/disable by permanently sidebar pane (right side Dashboard) in Sugarcrm 9.1 from list view and Record View to all Module. sugar10. sugarcrm 9.1 developer preview developer
  • How We Can Make custom log field Like As Comment log?

    Hi All, I am Trying to create New Custom field same Beauvoir default comment log filed sugar crm 9.x. any one any idea for how to create new custom comment log filed in module.... Thanks
  • Add meetings from SugarCRM calendar to Google calendar and viceversa, at runtime.

    Can we sync sugarcrm calendar with google calendar? so user can manage his meetings from his google account too. This should be bi-directional. So create, edit and delete meeting can be possible at both sides. Please advised on this.
  • How to Remove Sub panel Create And Select Button ? 

    Hi All, i want to remove sub-panel create buuton and select link remove from parent Module Account and Sub panel module Is case.
  • How to place Dashlets on a 'Detail View' screen?

    The question states it all: I just need a way to replace a 'Detailed View' to a Dashlet. In my situation, what I need to do is essentially create a relationship (check) between two separate modules (check) and then take the result of this relationship…