• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/EventHistory/TrackedObject.php
  • Класс: Bitrix\Crm\Service\EventHistory\TrackedObject
  • Вызов: TrackedObject::modifySingleEventHistoryData
protected function modifySingleEventHistoryData(EventHistoryData $eventData): EventHistoryData
{
	$fieldNameOfDependantEntity = $eventData->getEntityField();
	$eventData->setEventName($this->getDependantUpdateEventName($fieldNameOfDependantEntity));

	$eventData->setEntityId($this->ownerId);
	$eventData->setEntityField($this->ownerFieldName);

	return $eventData;
}