• Only show team contacts

    Hi all, Sorry if this is an easy fix but still learning sugar. We have ENT 9 cloud and have setup a sales team and allocated them views of required modules however our contacts module has contacts for a variety of company functions so wandered if there…
  • 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…