• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/controller/item.php
  • Класс: BitrixRpaControllerItem
  • Вызов: Item::getSortByPreviousItemId
public function getSortByPreviousItemId(BitrixRpaModelItem $item, int $userId, int $previousItemId = 0): int
{
	return ItemSortTable::getSort($userId, $item->getType(), $item->getStageId(), $previousItemId);
}