Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Sorting appointments in Resource View (Read 3513 times)
AaronTobiason
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 10
Joined: Jul 8th, 2014
Sorting appointments in Resource View
Dec 1st, 2014 at 4:18pm
Print Post  
If you have two appointments for the same resource that start at the same time, the one with the longer duration automatically sorts to be first in the list. Is there a way to turn this off?
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Sorting appointments in Resource View
Reply #1 - Dec 2nd, 2014 at 7:18am
Print Post  
Hi,

This is the default behavior for arranging items. If you want to override this order, you can assign custom item priorities. For example, to ensure that item1 gets displayed before item2, assign it a higher priority:

Code
Select All
item1.setPriority(2);
item2.setPriority(1); 


I hope this helps.

Regards,
Meppy
  
Back to top
 
IP Logged
 
AaronTobiason
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 10
Joined: Jul 8th, 2014
Re: Sorting appointments in Resource View
Reply #2 - Dec 3rd, 2014 at 3:48pm
Print Post  
Thanks, that worked.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint