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

	return CCrmOwnerType::GetDescription(CCrmOwnerType::Activity);
}