Skip to main content
Solved

Validation rule to restrict completion of a milestone/task if ‘Executable’ field is false

  • August 21, 2024
  • 1 reply
  • 51 views

Forum|alt.badge.img+1

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.

Best answer by Limori

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

This topic has been closed for replies.

1 reply

Limori
Planview Falcons
Forum|alt.badge.img+4
  • Planview Falcons
  • Answer
  • April 15, 2025

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