R31398-1 Project Task - Set Budget Labor Amount (Recalc)

Code 31398-1
Entity Projects.Classic.ProjectTasks Entity
Name SetBudgetLaborAmount
Attribute BudgetLaborAmount
Layer Front-End
Events AttributeChanged(PlannedDurationHours, WorkType, Project)
Priority Normal
Modify YES
Applicable Legislations ALL // no condition needed
Action IIF(((PlannedDurationHours != 0) AndAlso (WorkType != null)), CalculateBudgetLaborAmount(), new Amount(0, Project.BudgetingCurrency))
Description
Message
Version
Revocable YES

* This is auto generated code. Don't change it.