Set the remaining cost for an activity in a tracking period.Â
Setting the remaining cost of an activity can be done in two ways, following the logic of the following formula:Â
The two parameters at the right hand side of this equation are as follows:
Consequently, setting the actual cost using the P2Tracking:set_remaining_cost
will automatically change the PRCDev value and vice versa, changing the PRCDev value using the P2Tracking:set_planned_remaining_cost_deviation function will automatically change the actual cost for an activity. The value of the Planned Remaining Cost Deviation can be obtained by calling the P2Tracking:get_planned_remaining_cost_deviation function.
I/O | Type | Name | Description |
---|---|---|---|
input | integer | ID | activity ID |
input | float | cost | remaining cost |
input | integer | ID | ID of the tracking period |
Step inside PMKC.