Hi Lovely people,
I have a task list where I would like a reflow of dates. The task list has a start date and deadline date.
where Deadline date = Start date + Duration. list is some what like this:
Item 1
Title- AA
Predecessor-NULL
Start Date - 03/09/2013
Duration - 2
Deadline date - 05/09/2013
Item 2
Title- BB
Predecessor- AA
Start Date - 05/09/2013
Duration - 6
Deadline date - 11/09/2013
if someone changes the start date on one the first, I would like that the next one's start date = the deadline date of the previous one.
Is there any code for this? I would be very grateful for any help
Sharepoint Dummy