I’d like to be able to set the remaining cost of a Cost (pjResourceTypeCost
) type resource assignment, but the RemainingCost
property of the assignment is read-only, so something like this doesn’t work:
assignmentObj.RemainingCost = 5000
When working with a Material (pjResourceTypeMaterial
) type resource assignment, you can use the RemainingWork
property to set the remaining cost value, but this doesn’t work on a Cost type resource assignment.