Tasks
Tasks are action items with a given date that are assigned to a sales rep.
Columns
| Name | Type | References | |
| Id [KEY] | String | ||
| Text | String | ||
| ObjectType | String | ||
| ContactId | String |
Contacts.Id | |
| CreatedBy | String | ||
| LeadName | String |
Leads.Name | |
| ContactName | String |
Contacts.Name | |
| ObjectId | String | ||
| UpdatedByName | String | ||
| CreatedByName | String | ||
| IsDateless | String | ||
| DueDate | Date | ||
| Type | String | ||
| UpdatedBy | String | ||
| OrganizationId | String |
Organization.Id | |
| AssignedToName | String | ||
| Date | Date | ||
| LeadId | String |
Leads.Id | |
| AssignedTo | String | ||
| DateCreated | Datetime | ||
| DateUpdated | Datetime | ||
| IsComplete | Boolean | ||
| View | String |
The allowed values are inbox, future, archive. |