Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我们有一个名为“Team A”的团队,ID 为“aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee”,我们想要获取与该团队相关的所有记录,例如所有相关的客户、潜在客户、联系人等
还有一种可能是相关记录有一个团队集,其中“团队 A”是该团队集的成员,我们能以某种方式获得这个相关记录吗?
我的方法是:
$teamsetIDs
$moduleList
->where()
->in('team_set', $teamsetIDs)
'team_security' => false