Project task's planned end date changes when percent utilization is updatedIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms Planned end date changes when modifying percent complete on a Project Task. Release Kingston Patch 3a, Kingston Patch 4, Kingston Patch 6, Kingston Patch 7 Cause This recalculation is expected behavior. Resolution The Actual Start Date is set when a Business Rule changes the state from Open to Work in Progress.Planned End Date = Actual Start Date + Duration This is why a change is seen when percent is updated, because when the user updates percent, the project task moves from "Open" to "Work in Progress", causing "Actual Start Date" to be populated.Once "Actual Start Date" is populated, then the calculation happens which says, "Take the Actual Start Date, add the duration, and take that value and set it as 'Planned end date'".-- If an immutable point of reference is needed, the user can utilize the Original Start Date and Original End Date fields.--If the user does not want the OOB calculation to take place at all, there is a way to accomplish that (though it is unsupported). The user can add the "pm_project_task" table as an entry to the "planned_task_recalculation_exclusions" table. This way, whenever the user updates a percentage on a project task, the expected recalculation will not happen. Please note that making this change could cause other potential issues with natural recalculation of projects/tasks.