• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/restriction/bitrix24searchlimitrestriction.php
  • Класс: Bitrix\Crm\Restriction\Bitrix24SearchLimitRestriction
  • Вызов: Bitrix24SearchLimitRestriction::getUserNotifiedCount
protected function getUserNotifiedCount(int $entityTypeId, int $userId): int
{
	return (int)CUserOptions::GetOption(
		'crm',
		'crm_entity_search_limit_notification_' . $entityTypeId,
		0,
		$userId
	);
}