• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/bizproctype/ecrm.php
  • Класс: BitrixIblockBizprocTypeECrm
  • Вызов: ECrm::externalizeValue
static function externalizeValue(FieldType $fieldType, $context, $value)
	{
		return self::normalizeValue(
			$fieldType, CBPHelper::stringify(parent::externalizeValue($fieldType, $context, $value))
		);
	}