• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/restriction/integrationshoprestriction.php
  • Класс: Bitrix\Crm\Restriction\IntegrationShopRestriction
  • Вызов: IntegrationShopRestriction::getCount
public function getCount(): int
{
	return \CCrmExternalSale::GetList([], ['ACTIVE' => 'Y'])->SelectedRowsCount();
}