Versions Compared

Key

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

...

More details can be found on Math Routines section.

Condition based on date-time expression

A SIL condition which checks if due date is before current date:

Code Block
titleSIL Code
return dueDate > currentDate();

More useful date routines can be found in the Date Routines section.

Except assignee condition

...