• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/statustable.php
  • Класс: Bitrix\Crm\StatusTable
  • Вызов: StatusTable::getStatusesIds
static function getStatusesIds(string $entityId): array
{
	return array_keys(static::getStatusesList($entityId));
}