Problem Description
I answered an interesting question recently in the Microsoft Answers user forum for Microsoft Project users. The user who asked the question stated that she was new to Microsoft Project. She indicated that she is managing a construction project and wanted to know the latest possible date she could order wood flooring so that it is delivered to the construction site just in time for the flooring to be installed.
Her situation with ordering the wood flooring is very similar to ordering the equipment for the Implement task, such as shown in Figure 1. Notice that the Start date of the Implement task is controlled by a series of Predecessor tasks, namely the Design, Build, and Test tasks. To match the situation faced by the user who asked the question in the forum, suppose that the Order Equipment task must start as late as possible and must finish immediately before the Implement task starts. This requirement is based on historical records that show it typically takes 5 days for new equipment to be delivered, once the equipment is ordered.
Solution
Although there are several possible solutions to this scheduling problem, the easiest way to solve the problem is to set an As Late As Possible (ALAP) constraint on the Order Equipment task. To do this, double-click the Order Equipment task and then click the Advanced tab in the Task Information dialog. Click the Constraint Type pick list and select the As Late As Possible constraint, such as shown in Figure 2. The behavior of this constraint is as the name implies: it schedules the task as late as it possible can, based on the task’s dependency relationships.
Click the OK button when finished. Notice in Figure 3 that Microsoft Project schedules the Order Equipment task as late as possible, which means that it finishes immediately prior to the start of the Implement task. If the schedule slips on the Design, Build, or Test tasks, causing the Implement task to slip, the Order Equipment task will slip as well. This is the desired scheduling behavior for the Order Equipment task in Microsoft Project.
thomas hadley
Thank you for this,however I think you should mention to this “novice” that in setting it to ALAP she’s removed all flexibility/float. My experience is that things rarely get delivered precisely on time. I would normally put a little bit of “fat” in the duration to allow for that. This is not just a software issue it is about project management and scheduling.
David Kaiser
Thanks for the article Dale. This solution will work in this situation because the “Implement” task has no slack. Unfortunately, the way Microsoft has implemented the ALAP constraint, if there are successors to the ALAP task that have slack these too will be delayed which is rarely what the scheduler would like. Best to insure the ALAP constraint isn’t causing unintended consequences when using it!