• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/automation/target/basetarget.php
  • Класс: Bitrix\Crm\Automation\Target\BaseTarget
  • Вызов: BaseTarget::setEntityById
public function setEntityById($id);

public function getResponsibleId()
{
	return \CCrmOwnerType::loadResponsibleId(
		$this->getEntityTypeId(),
		$this->getEntityId()
	);
}