• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Factory/Dynamic.php
  • Класс: Bitrix\Crm\Service\Factory\Dynamic
  • Вызов: Dynamic::getStagesEntityId
public function getStagesEntityId(?int $categoryId = null): ?string
{
	if (!$categoryId)
	{
		$categoryId = $this->createDefaultCategoryIfNotExist()->getId();
	}

	return $this->getEntityName() . '_STAGE_' . $categoryId;
}