• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/entitypreset.php
  • Класс: Bitrix\Crm\EntityPreset
  • Вызов: EntityPreset::getFieldCaption
static function getFieldCaption($fieldName)
{
	$result = Loc::getMessage("CRM_ENTITY_PRESET_{$fieldName}_FIELD");
	return is_string($result) ? $result : '';
}