Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Moving multiple appointment simultaneously (Read 892 times)
Bruno Dufour
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 15
Joined: Jul 28th, 2022
Moving multiple appointment simultaneously
Aug 3rd, 2022 at 1:50pm
Print Post  

I need to move multiple appointments simultaneously when moving one appointment.

Objective:

Manufacturing planning.

Appointment object is used for modeling operation (task) executed by resources to build a product. To manufacture a product, we need to execute a process. A process is a group of operations. Operations are constrained (OP2 must be executed after OP1, ...)

So,

when moving an operation (appointment object), all related operations must move. The relations (constraints) between operations must be respected (OP2 after OP1, ....). I must check that no operation (appointment) violates the constraints.

(Same question when changing appointment start date and end date, need to move related appointments).

What is the best approach to perform this action ?

Thanks your help.

  
Back to top
 
IP Logged
 
Slavcho
God Member
*****
Online


tech.support

Posts: 3154
Joined: Oct 19th, 2005
Re: Moving multiple appointment simultaneously
Reply #1 - Aug 3rd, 2022 at 3:42pm
Print Post  
The control supports moving multiple selected appointments (ctrl + click adds to selection). So you could try to automatically select dependencies from itemSelectionChanged event handler, making them move together when user starts dragging.

Alternatively, keep single selected item but move dependent items from itemModifying handler raised for the selected one.

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint