• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/integration/admin/applayoutlink.php
  • Класс: BitrixSaleExchangeIntegrationAdminAppLayoutLink
  • Вызов: AppLayoutLink::fill
public function fill()
{
	$this->query->set('restAppLayoutMode', 'Y');
	$this->query->set('IFRAME', 'Y');

	if((int)$this->requestFields->get('entityId')>0)
		$this->query->set('entityId', $this->requestFields->get('entityId'));

	if((int)$this->requestFields->get('entityTypeId')>0)
		$this->query->set('entityTypeId', $this->requestFields->get('entityTypeId'));

	return parent::fill();
}