• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/component/entitydetails/factorybased.php
  • Класс: Bitrix\Crm\Component\EntityDetails\FactoryBased
  • Вызов: FactoryBased::enableSearchHistory
public function enableSearchHistory($enable): void
{
	$this->isSearchHistoryEnabled = (bool)$enable;
}