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