R31398-7 Project Task Resource - Set Task Total Cost (Recalc)
Code | 31398-7 |
Entity | Projects.Classic.ProjectTaskResources Entity |
Name | SetTaskTotalCost |
Attribute | TaskTotalCost |
Layer | Front-End |
Events | AttributeChanged(PerUseCost, ResourceUsageHours, CostPerHour, TaskTotalCost) |
Priority | Normal |
Modify | YES |
Applicable Legislations | ALL // no condition needed |
Action | Convert(IIF((PerUseCost != null), ((ResourceUsageHours * CostPerHour) + PerUseCost.Value), TaskTotalCost), Object) |
Description | |
Message | |
Version | |
Revocable | YES |
* This is auto generated code. Don't change it.