• 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
  • Sugar 12 (Q2-2022) Development

    Sugar 12 (Q2-2022) launches this month for both on-premise and cloud users. Want to learn more about Sugar 12 development? Subscribe at sugardevelopersguide.substack.com/
  • Introduction to the Sugar Frameworks

    My latest post on the 4 Sugar Frameworks can be found at sugarcrm.substack.com/.../sugar-framework
  • How can I retrieve required fields from a module using REST v10 API ?

    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 ?
  • 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…
  • How to get Inactive Users via api call from outside sugar.

    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…
  • How to display Show More records in custom Subpanel

    Hi All, I have one custom subpanel in contacts module. All the record values for that subpanel are coming from other services using REST API's and also we are not saving those records in DB as well. I have overridden the filterRelated function in clients…
  • How to Use REST API ? and what are the Endpoints for Sugarcrm for Enterprise edition ? for User Management

    I am looking for API which will handle User Management endpoints. example - Create User, Delete userr, assign roles to the user etc. please suggest. thanks in advance !
  • REST API - Update Textarea Field with 40KB data amount

    Dear community, We're running our CRM (Version 8.0.3) on Windows with an IIS as web server. Database is Oracle. SUGAR-CRM is the only application on that server. Oracle is hosted on a separate Unix-Server in the same environment. I use the SUGAR API to…
  • Does Sugar 8.3 API work with On-Premise?

    Hello, Does the 8.3 API work with On-premise customers or just for cloud? I see that it says it's only for cloud. What happens if an on-premise customer uses it? And I see that the newly released 9.0 only mentions on-premise. Does that mean it won't work…
  • Is there an endpoint to create a custom platform?

    Hello, I have provided SugarCRM integration as an option for our website. I have been using "base" platform for making API calls. As using this platform causes login conflict, I am planning on asking the users to add a custom platform by a name I specify…
  • Email address for SugarCRM account owner in free trial accounts

    Hi, I'm using a free trial account for integrating SugarCRM with the product. In our product, we show the email address of the connected account in a few places in the UI. In case of SugarCRM trial account, it doesn't have an email address. I checked…
  • 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…
  • Getting the instance url of the user at the time of login in REST API

    Hi, I'm integrating SugarCRM into our product. Currently I'm using the trial version. It seems that each account has an instance url, but I seem to be needing the instance url for login. So, if a user connects their SugarCRM account in our product, how…
  • Getting all available modules in v10 REST API

    Is there any rest v10 API to retrieve available modules in v10 REST API version?
  • Is there REST v10 service for get_quote_lines service corresponding to SOAP?

    Is there any REST API v10 for get_quote_lines service corresponding to SOAP service call?
  • Where or What are these CRM REST API request timeout settings and Elastic Search request timeout settings?

    Hi Folk, Where or what are these CRM REST API request timeout settings and Elastic Search request timeout settings? Any suggestion will be highly appreciated. Regards Bpatel
  • REST API vs10

    We are new to this API. Any code samples to authenticate/login or using REST API using ASP.NET and C#? Any help is really appreciated? Thanks Rama
  • 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…
  • how to increase offset in REST webservice

    When I hit the sugarcrm rest end point the default offset is 20. how do I increase that? I tried changing the default value for the list view other than 20 but it doesn't do the trick.
  • SugarCRM 7.7.0.0 recordList for modules API

    I am calling this API http://{site_url}/SugarPro/rest/v10/Accounts I need to sort accounts in ascending order with respect to their distance from current logged in user (I will calculate distance using address of logged in user and specific account).…
  • Missing API file error on AJAX call

    Hi, I've been struggling with the v10 AJAX framework in Sugar 7.6 and I've got it nearly there I think. Having tackled authentication, and a number of other problems, I'm stuck with it stating my GET request has a "Missing API File" with a 400 error.…
  • How to update the documents_account table from REST api

    When upload document for certain account, the documents_accounts table stores both account id and document id. When upload the file from REST api, need to store the account_id and document_id in document_accounts table, but i can't store those values…