• 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 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…
  • 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…
  • 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…