• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/controller/requisite/autocomplete.php
  • Класс: Bitrix\Crm\Controller\Requisite\Autocomplete
  • Вызов: Autocomplete::checkDefaultAppHandlerAction
static function checkDefaultAppHandlerAction(int $countryId): bool
{
	$detailSearchHandlersByCountry = ClientResolver::getDetailSearchHandlersByCountry();
	if (isset($detailSearchHandlersByCountry[$countryId]))
	{
		return true;
	}

	return false;
}