• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integrity/volatile/fieldinfo.php
  • Класс: Bitrix\Crm\Integrity\Volatile\FieldInfo
  • Вызов: FieldInfo::getSupportedEntityTypes
protected function getSupportedEntityTypes(): array
{
	return [
		CCrmOwnerType::Lead,
		CCrmOwnerType::Company,
		CCrmOwnerType::Contact,
	];
}