• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Operation/Update.php
  • Класс: Bitrix\Crm\Service\Operation\Update
  • Вызов: Update::sendPullEvent
protected function sendPullEvent(): void
{
	parent::sendPullEvent();

	PullManager::getInstance()->sendItemUpdatedEvent($this->pullItem, $this->pullParams);
}