Support Portal
Language
Home > Knowledge Base > General Questions > Set dependencies to use end date
Information
Article ID 24
Created On 4/15/2008
Modified 2/22/2010
Set dependencies to use end date
Q . How can I set dependencies to use end date, instead of actual completion date (default)?


A . This is possible by changing a switch in the EP Web.Config file. To edit the Web.Config file, it is best to open the file using Notepad, only!

Log out of Easy Projects, and then open the Web.Config file and locate the following line:

<UseActualCompletionDateForDependencies>true</UseActualCompletionDateForDependencies>



Change the "true" to "false", and save the file.

After you login, EP will start using the end date, from now on.
To change back to using the actual completion date, simply change the "false" back to "true".