Hello everyone,
I'm trying to export all the teams associated with records in SugarCRM. For example, one of my accounts is linked to two teams: Global and QMob-13.
When I try to export this kind of information using standard reports, I only get the primary team or the private one, which usually just gives me the Global team.
I’ve also tried using advanced reports, but without success.
Here’s the SQL query I used:
Fullscreen1SELECT team_set_id, acl_team_set_id, team_set_id FROM accounts WHERE billing_address_postalcode LIKE '13%';
Unfortunately, this doesn’t return all the teams associated with each account as I was hoping. (yeah, i know that i did choose only the fields available on "accounts" tables so that's why my query doesn't work)...
Has anyone encountered this before or have any suggestions on how to retrieve all associated teams for each record?
Thanks in advance for your help, and have a great evening!