• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/automation/target/ordertarget.php
  • Класс: Bitrix\Crm\Automation\Target\OrderTarget
  • Вызов: OrderTarget::getResponsibleId
public function getResponsibleId()
{
	$entity = $this->getEntity();
	return isset($entity['RESPONSIBLE_ID']) ? (int)$entity['RESPONSIBLE_ID'] : 0;
}