• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/agent/search/dealsearchshortindex.php
  • Класс: Bitrix\Crm\Agent\Search\DealSearchShortIndex
  • Вызов: DealSearchShortIndex::getList
protected function getList(int $limit, int $steps)
{
	return \CCrmDeal::getListEx(
		['ID' => 'ASC'],
		['CHECK_PERMISSIONS' => 'N'],
		false,
		false,
		['ID'],
		['QUERY_OPTIONS' => ['LIMIT' => $limit, 'OFFSET' => $steps]]
	);
}