Provider::isDocumentsGridFilterFieldSupported

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Provider
  4. isDocumentsGridFilterFieldSupported
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/catalog/contractor/provider.php
  • Класс: Bitrix\Crm\Integration\Catalog\Contractor\Provider
  • Вызов: Provider::isDocumentsGridFilterFieldSupported
static function isDocumentsGridFilterFieldSupported(string $fieldId): bool
{
	return in_array(
		$fieldId,
		[
			self::FILTER_CODE_CONTRACTOR_CRM_COMPANY_ID,
			self::FILTER_CODE_CONTRACTOR_CRM_CONTACT_ID,
		],
		true
	);
}

Добавить комментарий