• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/component/entitylist/clientdataprovider.php
  • Класс: Bitrix\Crm\Component\EntityList\ClientDataProvider
  • Вызов: ClientDataProvider::isDictionaryField
protected function isDictionaryField(string $fieldId): bool
{
	$fields = $this->getBaseFields();
	$type = $fields[$fieldId]['type'] ?? '';

	return $type === 'list';
}