Tasks

Columns

Name

Type

ReadOnly

Description

Id [KEY]

String

False

The unique identifier for this record.

TaskOwner_Id

String

False

The Id of the owner of the task.

TaskOwner_Name

String

True

The name of the owner of the task.

Subject

String

False

The subject of the task.

DueDate

Date

False

The date when this task is due.

ContactName_Id

String

False

The Id of the contact of the task.

ContactName_Name

String

True

The name of the contact of the task.

RelatedTo_Id

String

False

The Id of the object related to the task.

RelatedTo_Name

String

True

The name of the object related to the task.

Status

String

False

The status of the task.

Priority

String

False

The priority of the task.

CreatedBy_Id

String

False

The Id of the User who created the record.

CreatedBy_Name

String

True

The name of the user who created the record.

Tag

String

False

A list of tags related to this record.

SendNotificationEmail

Bool

False

Whether a notification email should be sent for this task or not.

ModifiedBy_Id

String

False

The Id of the User who modified the record.

ModifiedBy_Name

String

True

The name of the User who modified the record.

Reminder

String

False

When should a reminder for this task be sent at.

CreatedTime

Datetime

False

The time when the record was created.

ModifiedTime

Datetime

False

The time when the record was modified.

Repeat

String

False

If this task is recurring or not.

ClosedTime

Datetime

False

The time when this task closes.

Description

String

False

The description of the tax.

ModuleName

String

False

The name of the module this task belongs to.

Pseudo-Columns

Name

Type

Description

Word

String

Used to search for a specific word in records.

DuplicateCheckFields

String

The field/s to be used for checking in an upsert.

Converted

Boolean

Set to true to return only converted records.

Approved

Boolean

Set to true to return only approved records.

CustomViewId

String

The custom view Id to be used for filtering this record.

Last updated