How the Actual cost for a resource assignment is calculated?
1 Answers
- If the resource type is “work“: ActualCost = CostPerUse * Units + Work * StandardRate * PercentComplete
- If the resource type is “material“: ActualCost = CostPerUse + Work * StandardRate * PercentComplete
- If the resource type is “cost“: Actual cost will be:
- if the task has assigned only cost resources, ActualCost = Cost * PercentComplete
- if the task doesn’t have assigned only cost resource, ActualCost = 0