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

	return (
		Sender\Security\Access::current()->canModifySegments()
		||
		Sender\Security\Access::current()->canModifyLetters()
	);
}