ChecklistInfo

Returns checklist information on an item. In GroupWise 8.0, the checklist folder was renamed the Tasklist folder.

Syntax

<ChecklistInfo>
<sequence type="unsignedInt"/>
<dueDate value="dateTime"/>
<percentComplete type="int"/>
<completed type="dateTime"/>
<thread type="string"/>

Definitions

sequence

Specifies the order of the item in the checklist.

dueDate

Specifies the date the item is due.

percentComplete

Tasklist items can be marked with a percent complete value of 0-100%.

completed

The completed field is the date and time in UTC that the item was marked complete. If an item is marked complete, the percentComplete is automatically changed to 100%.

thread

This read-only field specifies the indentation level for sub-tasks. For example, if you have two values separated by a colon (“:”)(for example. 13D5:13FF), it means the item is indented one level. If there are two colones, it means the indentation is two levels.