Hi, I try to create case record and put multiple teams, one is primary team(fetch from parent) another is team id but it doesn't work. $c = BeanFactory : : newBean ( 'Cases' ) ; $c - > name = 'Test' ; $c - > status = 'New' ; $c - > assigned_user_id =…