Sample Rule 8
Description
This rule will mark items done only if the child items are marked done.
Rule
++:!::allc(fv('Done'))
Explanation
Place this rule in the "Done" folder, a date folder.
For any TLI it will be marked as done only if its child items are marked as done.
++:
required for teh start of all rules
!:
the flag that tells the rule to take effect any time that the ITT has changed and the condition is true
::
as ther is no value for this rule, nothing between teh two colons, the current date will be set when the condition is true
:allc(fv("Done"))
each child item is checked and if the child item's associated "Done" folder has value then the condition is true.