• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/sender/rc/service.php
  • Класс: Bitrix\Crm\Integration\Sender\Rc\Service
  • Вызов: Service::canCurrentUserUse
static function canCurrentUserUse()
{
	if (!self::canUse())
	{
		return false;
	}

	return Sender\Integration\Crm\ReturnCustomer\Service::canCurrentUserUse();
}