Skip to main content

Can anyone share example of validation rule to restrict milestone/ task completion if the executable field is false. I can see my first milestone is executable but my validation rule is throwing error to complete this as well.

Hi Deepti

To prevent the completion of a task that is not executable, you would need to write the following syntax:

$Executable<>TRUE && $PercentCompleted=100

Please note however, that the executable toggle is automatically set by the system when a task is active and all its predecessors were completed.

Limor


Reply