• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/main/uiselector/crmorders.php
  • Класс: Bitrix\Crm\Integration\Main\UISelector\CrmOrders
  • Вызов: CrmOrders::getSearchSelect
protected function getSearchSelect(): array
{
	return [
		'ID',
		'ACCOUNT_NUMBER',
		'DATE_INSERT',
		'ORDER_TOPIC',
	];
}