Todo

A to do [Todo] is an action item that needs to be done as part of work on a pipeline deal.

XML

SOAP

REST

Database table

Object

Todo

oaTodo

todo

Supported Commands

Read

read()

The Todo object has the following properties:

XML / SOAP

Database

Description

contactid

contact_id

[Read-only] The ID of the associated contact.

created

created

[Read-only] Time the record was created. See Date Fields.

createdbyid

created_by_id

[Read-only] The ID of the user who created the todo item.

customerid

customer_id

[Read-only] The ID of the associated customer.

dealid

deal_id

[Read-only] The ID of the associated deal.

due

due

[Read-only] Date and time the task is due. See Date Fields.

finished

finished

[Read-only] Date and time the task was finished. See Date Fields.

id

id

[Read-only] Unique ID. Automatically assigned by OpenAir.

name

name

[Read-only] The name or description of the todo item.

notes

notes

[Read-only] Notes associated with the todo item.

priority

priority

[Read-only] Todo priority (1 - 9).

start

start

[Read-only] Date and time the task is to be started. See Date Fields.

status

status

[Read-only] Todo status:

  • A - Active

  • C - Completed

  • D - Deferred

  • N - Not Started

  • W - Waiting

updated

updated

[Read-only] Time the record was last updated or modified. See Date Fields.

userid

user_id

[Read-only] The ID of the associated user.