• 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…
  • Fix for Bug 88014

    Does anyone have a workaround / fix for Bug # 88014 ? The bug is the following: Steps to reproduce: In SugarCRM 11.1.0 Enterprise with SugarIdentity enabled and 30+ active users - Start to create a new account - For Assigned to, click Search and Select…
  • 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
  • REST API: The cloud instance is returning “500 Internal Server Error” when accessing the “/Employees GET” and “/Users GET” endpoints and specifying multiple fields via the “fields” URL parameter

    Only when accessing the “/Employees GET” and “/Users GET” endpoints and specifying almost all the available fields via the “fields” URL parameter, the server is responding with the “500 Internal Server Error”. No additional information is provided. …
  • Contacts many_to_many relationship with Users - how to use?

    If you navigate to Admin -> Studio -> Contacts -> Relationships, you will see that Contacts has a many-to-many relationship with Users. I cannot access a contact's users via the API. I've tried `Contacts/:id/link/users`, `Contacts/:id/collection…
  • how to Filter users based on a particular field?

    Hello! I'm trying to retrieve a user by their user_name property. Below is the URL I'm calling with HTTP GET. I get no results. However, when I remove the filter query parameter, I can see this user along with all other users. What's wrong here? The documentation…
  • User management with REST API

    Hello! I've seen a few posts where REST API details were asked and the answer was https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_7.7/Integration/Web_Services/v10/Exampl… I also see documentation to create Users https…