• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Model/Dynamic/Factory.php
  • Класс: Bitrix\Crm\Model\Dynamic\Factory
  • Вызов: Factory::getUserFieldSuspendedEntityId
public function getUserFieldSuspendedEntityId(int $typeId): string
{
	return $this->getUserFieldEntityPrefix().$typeId.'_SPD';
}