• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/location/format.php
  • Класс: Bitrix\Crm\Integration\location\Format
  • Вызов: Format::onCurrentFormatCodeChanged
static function onCurrentFormatCodeChanged(Event $params): void
{
	$locAddressFormatCode = $params->getParameter('formatCode');

	if($crmAddressFormatCode = static::getCrmFormatCode($locAddressFormatCode))
	{
		EntityAddressFormatter::setFormatID($crmAddressFormatCode);
	}
}