ToDo
Handles QuickBooks To-Do entries, supporting creation, updates, deletion, and queries for task management.
Columns
Name | Type | ReadOnly | References | ColumnSize | Description |
ID [KEY] | String | True | 255 |
The unique identifier for this To-Do entry, assigned by QuickBooks. | |
Notes | String | False |
Additional notes or comments related to this To-Do entry. | ||
IsActive | Boolean | False |
Indicates whether the To-Do entry is active. If false, the entry is considered inactive. | ||
Type | String | False |
The type of this To-Do entry, such as Call, Meeting, or Task. Requires QBXML Version 13.0 or higher. | ||
Priority | String | False |
The priority level of this To-Do entry, such as High, Medium, or Low. Requires QBXML Version 13.0 or higher. | ||
IsDone | Boolean | False |
Indicates whether this To-Do entry has been marked as complete. True if completed, false otherwise. | ||
ReminderDate | Datetime | False |
The date for the reminder associated with this To-Do entry, formatted as YYYY-MM-DD. | ||
ReminderTime | String | False |
The time for the reminder associated with this To-Do entry, formatted as HH:MM. Requires QBXML Version 13.0 or higher. | ||
EditSequence | String | True | 16 |
A string used for versioning to track updates to this To-Do entry. | |
TimeCreated | Datetime | True |
The date and time when this To-Do entry was initially created in QuickBooks. | ||
TimeModified | Datetime | True |
The date and time when this To-Do entry was last modified in QuickBooks. |