• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/kanban/entity/lead.php
  • Класс: Bitrix\Crm\Kanban\Entity\Lead
  • Вызов: Lead::getFieldsRestrictionsEngine
public function getFieldsRestrictionsEngine(): string
{
	$parentFieldsRestrictions = parent::getFieldsRestrictionsEngine();
	$leadFieldsRestrictions = $this->leadFieldRestrictionManager->fetchRestrictedFieldsEngine(
		$this->getGridId(),
		[],
		$this->getFilter()
	);

	return implode("\n", [$parentFieldsRestrictions, $leadFieldsRestrictions]);
}