• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/ProductGrid/Enricher/CompleteStores.php
  • Класс: BitrixCrmMobileProductGridEnricherCompleteStores
  • Вызов: CompleteStores::hasStoreAccess
private function hasStoreAccess(int $storeId): bool
{
	return AccessController::getCurrent()->checkByValue(
		ActionDictionary::ACTION_STORE_VIEW,
		(string)$storeId
	);
}