• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Operation/Add.php
  • Класс: Bitrix\Crm\Service\Operation\Add
  • Вызов: Add::notifyCounterMonitor
protected function notifyCounterMonitor(): void
{
	$fieldsValues = [];
	foreach ($this->getCounterMonitorSignificantFields() as $commonFieldName => $entityFieldName)
	{
		$fieldsValues[$entityFieldName] = $this->item->get($commonFieldName);
	}
	\Bitrix\Crm\Counter\Monitor::getInstance()->onEntityAdd($this->getItem()->getEntityTypeId(), $fieldsValues);
}