Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Prework script defined area is reached from a related task. When you click on the "Prework script" button on the task, the prework script page will open.

Example:

Image Removed


In the prework script following objects are available:

...

Sets deadline date by user-entered data.

Code Block
languagejs
titleAssign action
$WorkItem.DeadlineDate = $Xml.EvaluateDateTime('PaymentDate');

...