Hi All, I am trying to remove the global team from user's profile by the following code in logic hook //Retrieve the bean $bean = BeanFactory::getBean($module, $record_id); //Load the team relationship $bean->load_relationship('teams'); //Remove the teams…