• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/classes/general/vi_crm_helper.php
  • Класс: CVoxImplantCrmHelper
  • Вызов: CVoxImplantCrmHelper::getEntityCaption
static function getEntityCaption($type, $id)
{
	if(!BitrixMainLoader::includeModule('crm'))
		return '';

	return CCrmOwnerType::GetCaption(CCrmOwnerType::ResolveID($type), $id, false);
}