• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/components/itemdetail.php
  • Класс: BitrixRpaComponentsItemDetail
  • Вызов: ItemDetail::prepareCommand
protected function prepareCommand(Command $command): void
{
	if(isset($this->arParams['eventId']) && is_string($this->arParams['eventId']) && !empty($this->arParams['eventId']))
	{
		$command->setPullEventId($this->arParams['eventId']);
	}
}