• Users runs in BWC in v14 upgrade, but not always, and EPAM error problems

    When I upgraded to v12 Enterprise the Users module was still in BWC When I upgraded my DEV environment to v14 it remained BWC from the menu but when I change the URL it works fine in Sidecar. When I upgraded my TST environment to v14 it converted…
  • 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…
  • User Module not available in SugarBPM / Process Definitions?

    Hi, im really shocked 'cause it seems, that the user module is not available in SugarBPM. My idea was: Sending a Mail to the user where a specific field value is set or changed. For example: If the user field is "active" an email will be send to…
  • Filter users ans contacts relationship

    In the meetings module, there is a Commitments sub-panel. When I add a commitment I must have a field that takes the participants (filter) of the meeting. I can't seem to find a solution for this request. I need help.
  • How to make a Relationship between Users and Roles , Teams Modules

    Hi, I need to create relationship between Users -> Roles and Users -> Teams modules. Itry with using sugar studio but the relationship target module ( Roles and Teams ) is not listed. I must create relationships one to many with the core role module…
  • 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
  • How we Can create and approve SugarCRM instance Portal Access.

    Dear Developer Team, I am trying to enable my instance SugarCRM Poral i have enable from admin but not able to login on SugarCRM instance portal and i dont know to create new user for portal and how to approved after sing up user to crm for portal…
  • 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. …
  • Sugar Serve 11.1 License issue

    Hi, i have just setup a new local development environment (WAMP) using our latest back up file which is 11.1. However unlike previous environments i have the below error - Warning: There are 30 Sugar Serve active users when your subscription only…
  • 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…
  • Users Teams are not listing in the detailed view

    I am currently using SugarCRM Enterprise, Version 8.0.1 (Build 239) (Spring '18) . In Users detailed view page under Access tab, I couldn't not able to see all users teams. While debugging I found out that in src/modules/Users/User.php has a method get_my_teams…
  • 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…
  • Using after_relationship_add/delete in Users

    Hi guys, I was trying to use the after_relationship_add hook to catch when a Role or a Team is added to an User. I had no problem with Roles, but with Teams, I couldn't make it work. Here is an example of what I have: The logic_hooks.php file <?php $hook_version…