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

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