• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/clientresolver.php
  • Класс: Bitrix\Crm\Integration\ClientResolver
  • Вызов: ClientResolver::resolve
static function resolve($propertyTypeID, $propertyValue, $countryID = 1)
{
	$instance = new self();
	return $instance->resolveClient((string)$propertyTypeID, (string)$propertyValue, (int)$countryID);
}