Workitems (MA RA) sort
Best Answer
-
Billy_Wilson Member Ninja IT Monkey ✭✭✭✭Hi Oleg,
The order is actually stored in the Activity table itself. so for [ServiceManager].[dbo].[MT_System$WorkItem$Activity$ManualActivity], the field is [SequenceId_644EB7B4_745F_8E69_5695_833D7AFD28A0]. so if you do a join of the Activity tables use this field in your ORBER BY DESC statement.
1
Answers
The order is actually stored in the Activity table itself. so for [ServiceManager].[dbo].[MT_System$WorkItem$Activity$ManualActivity], the field is [SequenceId_644EB7B4_745F_8E69_5695_833D7AFD28A0]. so if you do a join of the Activity tables use this field in your ORBER BY DESC statement.