Schedule the remaining work in a given tracking period according to a retained/overriden logic percentage.
Since work is often performed out-of-sequence, the original logic captured by the precedence relations between activities as specified in the baseline schedule is often violated. This situation can cause unrealistic deviations between the baseline scheduling logic and the project tracking Gantt chart, and often leads to unnecessary adaptations and modifications to the baseline schedule. Generally, there are two options to handle out-of-sequence progress during the tracking phase, as follows:
P2Engine’s “logic” parameter can construct tracking Gantt charts in-between the retained and overridden logic. In order to have an overview of the resulting schedule, call the P2Tracking:get_start_after_status_date and P2Tracking:get_start_before_status_date functions.
I/O | Type | Name | Description |
---|---|---|---|
input | integer | logic | percentage from 0:retained to 100%:overridden |
input | integer | ID | ID of the tracking period |
Step inside PMKC.