• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/sonet_relation.php
  • Класс: \CAllCrmSonetRelation
  • Вызов: CAllCrmSonetRelation::TransferRelationsOwnership
static function TransferRelationsOwnership($srcEntityTypeID, $srcEntityID, $dstEntityTypeID, $dstEntityID)
{
	self::GetCurrent()->TransferOwnership($srcEntityTypeID, $srcEntityID, $dstEntityTypeID, $dstEntityID);
}