• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/automation/engine/template.php
  • Класс: Bitrix\Crm\Automation\Engine\Template
  • Вызов: Template::setBizprocTemplateId
protected function setBizprocTemplateId($id)
{
	$this->template['TEMPLATE_ID'] = $id;
	$this->bizprocTemplate['ID'] = $id;

	return $this;
}