• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/entitypreset.php
  • Класс: Bitrix\Crm\EntityPreset
  • Вызов: EntityPreset::setCurrentCountryId
static function setCurrentCountryId($countryId)
{
	\COption::SetOptionInt("crm", "crm_requisite_preset_country_id", $countryId);
}