• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_catalog.php
  • Класс: \CAllCrmCatalog
  • Вызов: CAllCrmCatalog::GetFieldCaption
static function GetFieldCaption($fieldName)
{
	$result = GetMessage("CRM_CATALOG_FIELD_{$fieldName}");
	return is_string($result) ? $result : '';
}