• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_component_helper.php
  • Класс: \CCrmComponentHelper
  • Вызов: CCrmComponentHelper::FindField
static function FindField($fieldID, &$arFields)
{
	$key = self::FindFieldKey($fieldID, $arFields);
	return $key !== false ? $arFields[$key] : null;
}