• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Factory.php
  • Класс: Bitrix\Crm\Service\Factory
  • Вызов: Factory::clearFieldsCollectionCache
public function clearFieldsCollectionCache(): self
{
	$this->clearUserFieldsInfoCache();
	$this->fieldsCollection = null;

	return $this;
}