Newer Version Available

This content describes an older version of this product. View Latest

Task

Standard and custom fields extend the standard Task object in Consumer Goods Cloud to represent business activities, which are Task and Event records, such as making a phone call. The object is available in API version 55.0 and later.

Supported Calls

create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()

Fields

Field Details
AccountId
Type
reference
Properties
Filter, Group, Nillable, Sort
Description
ID of the related Account.
This field is a Relationship field.
Relationship Name
Account
Relationship Type
Lookup
Refers To
Account
ActivityDate
Type
date
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Due date of the task. Has a timestamp that’s always set to midnight in the Coordinated Universal Time (UTC) time zone. The timestamp is irrelevant. Don’t alter the time zone to accommodate time zone differences.

You can’t set or update the field for a recurring task (IsRecurrence is true).

Note

CallDisposition
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Result of a given call. For example, call unsuccessful. Can have up to 255 characters.
As field-level security isn’t applicable, the field is available to all users in an organization that has Salesforce CRM Call Center.
CallDurationInSeconds
Type
int
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Duration of the call in seconds.
As field-level security isn’t applicable, the field is available to all users in an organization that has Salesforce CRM Call Center.
CallObject
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Name of a call center. Can have up to 255 characters.
As field-level security isn’t applicable, the field is available to all users in an organization that has Salesforce CRM Call Center.
CallType
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Type of call that’s being answered:
Possible values are:
  • Inbound
  • Internal
  • Outbound
CompletedDateTime
Type
dateTime
Properties
Filter, Nillable, Sort
Description
Date and time that the task was saved with a Closed status:
  • For insert, if the task is saved with a Closed status, the field is set. If the task is saved with an Open status, the field is set to NULL.
  • For update, if the task is saved with a new Closed status, the field is reset.
If the task is saved with a new non-closed status, the field is reset to NULL.
If the task is saved without changing the status, the field doesn’t change.

The status is a dynamic enum. Changing the Closed mapping doesn’t update existing tasks. Only new insert/update operations are affected.

Note

Description
Type
textarea
Properties
Create, Nillable, Update
Description
Text description of the task.
IsArchived
Type
boolean
Properties
Defaulted on Create, Filter, Group, Sort
Description
Indicates whether the event has been archived.
The default value is false.
IsClosed
Type
boolean
Properties
Defaulted on create, Filter, Group, Sort
Description
Indicates whether the task has been completed (true) or not (false).
The default value is false.
IsHighPriority
Type
boolean
Properties
Defaulted on create, Filter, Group, Sort
Description
Indicates a high-priority task. The field is derived from the Priority field.
The default value is false.
IsRecurrence
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort
Description
Indicates whether the task is scheduled to repeat itself (true) or only occurs one time (false). Read-only on update, but not on create. If this field value is true, then always populate RecurrenceStartDateOnly, RecurrenceEndDateOnly, RecurrenceType, and any recurrence fields related to the given recurrence type. See Recurring Tasks.
The default value is false.
IsReminderSet
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Indicates whether a pop-up reminder has been set for the task (true) or not (false).
The default value is false.
OwnerId
Type
reference
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
ID of the User or Group who owns the record.
This field is a polymorphic relationship field.
Relationship Name
Owner
Relationship Type
Lookup
Refers To
Group, User
Priority
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Required. Indicates the importance or urgency of a task:
Possible values are:
  • High
  • Low
  • Normal
The default value is Normal.
RecordTypeId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Type of the record.
This field is a relationship field.
Relationship Name
RecordType
Relationship Type
Lookup
Refers To
RecordType
RecurrenceActivityId
Type
reference
Properties
Filter, Group, Nillable, Sort
Description
Read-only. Not required on create. ID of the main record of the recurring task. Subsequent occurrences have the same value in the field.
RecurrenceDayOfMonth
Type
int
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Day of the month in which the task repeats.
RecurrenceDayOfWeekMask
Type
int
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Day or days of the week on which the task repeats:
Possible values are:
  • Sunday = 1
  • Monday = 2
  • Tuesday = 4
  • Wednesday = 8
  • Thursday = 16
  • Friday = 32
  • Saturday = 64
Contains a bitmask.
Multiple days are represented as the sum of their numerical values. For example, Tuesday and Thursday = 4 + 16 = 20.
RecurrenceEndDateOnly
Type
date
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Indicates the last date on which the event repeats. For multiday Salesforce Classic recurring events, this date is the day on which the last occurrence starts. This field is a date field with a timestamp that’s always set to midnight in the Coordinated Universal Time (UTC) time zone. Don’t attempt to alter the timestamp to accommodate time zone differences.
RecurrenceInstance
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Indicates the frequency of the Salesforce Classic event’s recurrence:
Possible values are:
  • First—1st
  • Fourth—4th
  • Last—last
  • Second—2nd
  • Third—3rd
RecurrenceInterval
Type
int
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Indicates the interval between Salesforce Classic recurring events.
RecurrenceMonthOfYear
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Indicates the month in which the Salesforce Classic recurring event repeats:
Possible values are:
  • April
  • August
  • December
  • February
  • January
  • July
  • June
  • March
  • May
  • November
  • October
  • September
RecurrenceRegeneratedType
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Initiates the repetition of a repeating task:
Possible values are:
  • RecurrenceRegenerateAfterDueDate—Task is initiated after due date
  • RecurrenceRegenerateAfterToday—Task is initiated after the current date
  • RecurrenceRegenerated—Task is closed
Add this field to a page layout with the RecurrenceInterval field, which determines the number of days between the triggering date (due date or close date) and the due date of the next repeating task in the series.
RecurrenceStartDateOnly
Type
date
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Date when the recurring task begins. Must be a date and time before RecurrenceEndDateOnly.
RecurrenceTimeZoneSidKey
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Time zone associated with the recurring task.
Possible values are:
  • Africa/Abidjan—(GMT+00:00) Greenwich Mean Time (Africa/Abidjan)
  • Africa/Accra—(GMT+00:00) Greenwich Mean Time (Africa/Accra)
  • Africa/Addis_Ababa—(GMT+03:00) East Africa Time (Africa/Addis_Ababa)
  • Africa/Algiers—(GMT+01:00) Central European Standard Time (Africa/Algiers)
  • Africa/Asmera—(GMT+03:00) East Africa Time (Africa/Asmera)
  • Africa/Bamako—(GMT+00:00) Greenwich Mean Time (Africa/Bamako)
  • Africa/Bangui—(GMT+01:00) West Africa Standard Time (Africa/Bangui)
  • Africa/Banjul—(GMT+00:00) Greenwich Mean Time (Africa/Banjul)
  • Africa/Bissau—(GMT+00:00) Greenwich Mean Time (Africa/Bissau)
  • Africa/Blantyre—(GMT+02:00) Central Africa Time (Africa/Blantyre)
  • Africa/Brazzaville—(GMT+01:00) West Africa Standard Time (Africa/Brazzaville)
  • Africa/Bujumbura—(GMT+02:00) Central Africa Time (Africa/Bujumbura)
  • Africa/Cairo—(GMT+02:00) Eastern European Standard Time (Africa/Cairo)
  • Africa/Casablanca—(GMT+01:00) Western European Summer Time (Africa/Casablanca)
  • Africa/Ceuta—(GMT+02:00) Central European Summer Time (Africa/Ceuta)
  • Africa/Conakry—(GMT+00:00) Greenwich Mean Time (Africa/Conakry)
  • Africa/Dakar—(GMT+00:00) Greenwich Mean Time (Africa/Dakar)
  • Africa/Dar_es_Salaam—(GMT+03:00) East Africa Time (Africa/Dar_es_Salaam)
  • Africa/Djibouti—(GMT+03:00) East Africa Time (Africa/Djibouti)
  • Africa/Douala—(GMT+01:00) West Africa Standard Time (Africa/Douala)
  • Africa/El_Aaiun—(GMT+01:00) Western European Summer Time (Africa/El_Aaiun)
  • Africa/Freetown—(GMT+00:00) Greenwich Mean Time (Africa/Freetown)
  • Africa/Gaborone—(GMT+02:00) Central Africa Time (Africa/Gaborone)
  • Africa/Harare—(GMT+02:00) Central Africa Time (Africa/Harare)
  • Africa/Johannesburg—(GMT+02:00) South Africa Standard Time (Africa/Johannesburg)
  • Africa/Juba—(GMT+02:00) Central Africa Time (Africa/Juba)
  • Africa/Kampala—(GMT+03:00) East Africa Time (Africa/Kampala)
  • Africa/Khartoum—(GMT+02:00) Central Africa Time (Africa/Khartoum)
  • Africa/Kigali—(GMT+02:00) Central Africa Time (Africa/Kigali)
  • Africa/Kinshasa—(GMT+01:00) West Africa Standard Time (Africa/Kinshasa)
  • Africa/Lagos—(GMT+01:00) West Africa Standard Time (Africa/Lagos)
  • Africa/Libreville—(GMT+01:00) West Africa Standard Time (Africa/Libreville)
  • Africa/Lome—(GMT+00:00) Greenwich Mean Time (Africa/Lome)
  • Africa/Luanda—(GMT+01:00) West Africa Standard Time (Africa/Luanda)
  • Africa/Lubumbashi—(GMT+02:00) Central Africa Time (Africa/Lubumbashi)
  • Africa/Lusaka—(GMT+02:00) Central Africa Time (Africa/Lusaka)
  • Africa/Malabo—(GMT+01:00) West Africa Standard Time (Africa/Malabo)
  • Africa/Maputo—(GMT+02:00) Central Africa Time (Africa/Maputo)
  • Africa/Maseru—(GMT+02:00) South Africa Standard Time (Africa/Maseru)
  • Africa/Mbabane—(GMT+02:00) South Africa Standard Time (Africa/Mbabane)
  • Africa/Mogadishu—(GMT+03:00) East Africa Time (Africa/Mogadishu)
  • Africa/Monrovia—(GMT+00:00) Greenwich Mean Time (Africa/Monrovia)
  • Africa/Nairobi—(GMT+03:00) East Africa Time (Africa/Nairobi)
  • Africa/Ndjamena—(GMT+01:00) West Africa Standard Time (Africa/Ndjamena)
  • Africa/Niamey—(GMT+01:00) West Africa Standard Time (Africa/Niamey)
  • Africa/Nouakchott—(GMT+00:00) Greenwich Mean Time (Africa/Nouakchott)
  • Africa/Ouagadougou—(GMT+00:00) Greenwich Mean Time (Africa/Ouagadougou)
  • Africa/Porto-Novo—(GMT+01:00) West Africa Standard Time (Africa/Porto-Novo)
  • Africa/Sao_Tome—(GMT+00:00) Greenwich Mean Time (Africa/Sao_Tome)
  • Africa/Tripoli—(GMT+02:00) Eastern European Standard Time (Africa/Tripoli)
  • Africa/Tunis—(GMT+01:00) Central European Standard Time (Africa/Tunis)
  • Africa/Windhoek—(GMT+02:00) Central Africa Time (Africa/Windhoek)
  • America/Adak—(GMT-09:00) Hawaii-Aleutian Daylight Time (America/Adak)
  • America/Anchorage—(GMT-08:00) Alaska Daylight Time (America/Anchorage)
  • America/Anguilla—(GMT-04:00) Atlantic Standard Time (America/Anguilla)
  • America/Antigua—(GMT-04:00) Atlantic Standard Time (America/Antigua)
  • America/Araguaina—(GMT-03:00) Brasilia Standard Time (America/Araguaina)
  • America/Argentina/Buenos_Aires—(GMT-03:00) Argentina Standard Time (America/Argentina/Buenos_Aires)
  • America/Argentina/La_Rioja—(GMT-03:00) Argentina Standard Time (America/Argentina/La_Rioja)
  • America/Argentina/Rio_Gallegos—(GMT-03:00) Argentina Standard Time (America/Argentina/Rio_Gallegos)
  • America/Argentina/Salta—(GMT-03:00) Argentina Standard Time (America/Argentina/Salta)
  • America/Argentina/San_Juan—(GMT-03:00) Argentina Standard Time (America/Argentina/San_Juan)
  • America/Argentina/San_Luis—(GMT-03:00) Argentina Standard Time (America/Argentina/San_Luis)
  • America/Argentina/Tucuman—(GMT-03:00) Argentina Standard Time (America/Argentina/Tucuman)
  • America/Argentina/Ushuaia—(GMT-03:00) Argentina Standard Time (America/Argentina/Ushuaia)
  • America/Aruba—(GMT-04:00) Atlantic Standard Time (America/Aruba)
  • America/Asuncion—(GMT-04:00) Paraguay Standard Time (America/Asuncion)
  • America/Bahia—(GMT-03:00) Brasilia Standard Time (America/Bahia)
  • America/Bahia_Banderas—(GMT-05:00) Central Daylight Time (America/Bahia_Banderas)
  • America/Barbados—(GMT-04:00) Atlantic Standard Time (America/Barbados)
  • America/Belem—(GMT-03:00) Brasilia Standard Time (America/Belem)
  • America/Belize—(GMT-06:00) Central Standard Time (America/Belize)
  • America/Blanc-Sablon—(GMT-04:00) Atlantic Standard Time (America/Blanc-Sablon)
  • America/Boa_Vista—(GMT-04:00) Amazon Standard Time (America/Boa_Vista)
  • America/Bogota—(GMT-05:00) Colombia Standard Time (America/Bogota)
  • America/Boise—(GMT-06:00) Mountain Daylight Time (America/Boise)
  • America/Cambridge_Bay—(GMT-06:00) Mountain Daylight Time (America/Cambridge_Bay)
  • America/Campo_Grande—(GMT-04:00) Amazon Standard Time (America/Campo_Grande)
  • America/Cancun—(GMT-05:00) Eastern Standard Time (America/Cancun)
  • America/Caracas—(GMT-04:00) Venezuela Time (America/Caracas)
  • America/Catamarca—(GMT-03:00) Argentina Standard Time (America/Catamarca)
  • America/Cayenne—(GMT-03:00) French Guiana Time (America/Cayenne)
  • America/Cayman—(GMT-05:00) Eastern Standard Time (America/Cayman)
  • America/Chicago—(GMT-05:00) Central Daylight Time (America/Chicago)
  • America/Chihuahua—(GMT-06:00) Mexican Pacific Daylight Time (America/Chihuahua)
  • America/Coral_Harbour—(GMT-05:00) Eastern Standard Time (America/Coral_Harbour)
  • America/Cordoba—(GMT-03:00) Argentina Standard Time (America/Cordoba)
  • America/Costa_Rica—(GMT-06:00) Central Standard Time (America/Costa_Rica)
  • America/Creston—(GMT-07:00) Mountain Standard Time (America/Creston)
  • America/Cuiaba—(GMT-04:00) Amazon Standard Time (America/Cuiaba)
  • America/Curacao—(GMT-04:00) Atlantic Standard Time (America/Curacao)
  • America/Danmarkshavn—(GMT+00:00) Greenwich Mean Time (America/Danmarkshavn)
  • America/Dawson—(GMT-07:00) Yukon Time (America/Dawson)
  • America/Dawson_Creek—(GMT-07:00) Mountain Standard Time (America/Dawson_Creek)
  • America/Denver—(GMT-06:00) Mountain Daylight Time (America/Denver)
  • America/Detroit—(GMT-04:00) Eastern Daylight Time (America/Detroit)
  • America/Dominica—(GMT-04:00) Atlantic Standard Time (America/Dominica)
  • America/Edmonton—(GMT-06:00) Mountain Daylight Time (America/Edmonton)
  • America/Eirunepe—(GMT-05:00) Acre Standard Time (America/Eirunepe)
  • America/El_Salvador—(GMT-06:00) Central Standard Time (America/El_Salvador)
  • America/Fort_Nelson—(GMT-07:00) Mountain Standard Time (America/Fort_Nelson)
  • America/Fortaleza—(GMT-03:00) Brasilia Standard Time (America/Fortaleza)
  • America/Glace_Bay—(GMT-03:00) Atlantic Daylight Time (America/Glace_Bay)
  • America/Godthab—(GMT-02:00) West Greenland Summer Time (America/Godthab)
  • America/Goose_Bay—(GMT-03:00) Atlantic Daylight Time (America/Goose_Bay)
  • America/Grand_Turk—(GMT-04:00) Eastern Daylight Time (America/Grand_Turk)
  • America/Grenada—(GMT-04:00) Atlantic Standard Time (America/Grenada)
  • America/Guadeloupe—(GMT-04:00) Atlantic Standard Time (America/Guadeloupe)
  • America/Guatemala—(GMT-06:00) Central Standard Time (America/Guatemala)
  • America/Guayaquil—(GMT-05:00) Ecuador Time (America/Guayaquil)
  • America/Guyana—(GMT-04:00) Guyana Time (America/Guyana)
  • America/Halifax—(GMT-03:00) Atlantic Daylight Time (America/Halifax)
  • America/Havana—(GMT-04:00) Cuba Daylight Time (America/Havana)
  • America/Hermosillo—(GMT-07:00) Mexican Pacific Standard Time (America/Hermosillo)
  • America/Indiana/Indianapolis—(GMT-04:00) Eastern Daylight Time (America/Indiana/Indianapolis)
  • America/Indiana/Knox—(GMT-05:00) Central Daylight Time (America/Indiana/Knox)
  • America/Indiana/Marengo—(GMT-04:00) Eastern Daylight Time (America/Indiana/Marengo)
  • America/Indiana/Petersburg—(GMT-04:00) Eastern Daylight Time (America/Indiana/Petersburg)
  • America/Indiana/Tell_City—(GMT-05:00) Central Daylight Time (America/Indiana/Tell_City)
  • America/Indiana/Vevay—(GMT-04:00) Eastern Daylight Time (America/Indiana/Vevay)
  • America/Indiana/Vincennes—(GMT-04:00) Eastern Daylight Time (America/Indiana/Vincennes)
  • America/Indiana/Winamac—(GMT-04:00) Eastern Daylight Time (America/Indiana/Winamac)
  • America/Inuvik—(GMT-06:00) Mountain Daylight Time (America/Inuvik)
  • America/Iqaluit—(GMT-04:00) Eastern Daylight Time (America/Iqaluit)
  • America/Jamaica—(GMT-05:00) Eastern Standard Time (America/Jamaica)
  • America/Jujuy—(GMT-03:00) Argentina Standard Time (America/Jujuy)
  • America/Juneau—(GMT-08:00) Alaska Daylight Time (America/Juneau)
  • America/Kentucky/Monticello—(GMT-04:00) Eastern Daylight Time (America/Kentucky/Monticello)
  • America/Kralendijk—(GMT-04:00) Atlantic Standard Time (America/Kralendijk)
  • America/La_Paz—(GMT-04:00) Bolivia Time (America/La_Paz)
  • America/Lima—(GMT-05:00) Peru Standard Time (America/Lima)
  • America/Los_Angeles—(GMT-07:00) Pacific Daylight Time (America/Los_Angeles)
  • America/Louisville—(GMT-04:00) Eastern Daylight Time (America/Louisville)
  • America/Lower_Princes—(GMT-04:00) Atlantic Standard Time (America/Lower_Princes)
  • America/Maceio—(GMT-03:00) Brasilia Standard Time (America/Maceio)
  • America/Managua—(GMT-06:00) Central Standard Time (America/Managua)
  • America/Manaus—(GMT-04:00) Amazon Standard Time (America/Manaus)
  • America/Marigot—(GMT-04:00) Atlantic Standard Time (America/Marigot)
  • America/Martinique—(GMT-04:00) Atlantic Standard Time (America/Martinique)
  • America/Matamoros—(GMT-05:00) Central Daylight Time (America/Matamoros)
  • America/Mazatlan—(GMT-06:00) Mexican Pacific Daylight Time (America/Mazatlan)
  • America/Mendoza—(GMT-03:00) Argentina Standard Time (America/Mendoza)
  • America/Menominee—(GMT-05:00) Central Daylight Time (America/Menominee)
  • America/Merida—(GMT-05:00) Central Daylight Time (America/Merida)
  • America/Metlakatla—(GMT-08:00) Alaska Daylight Time (America/Metlakatla)
  • America/Mexico_City—(GMT-05:00) Central Daylight Time (America/Mexico_City)
  • America/Miquelon—(GMT-02:00) St Pierre & Miquelon Daylight Time (America/Miquelon)
  • America/Moncton—(GMT-03:00) Atlantic Daylight Time (America/Moncton)
  • America/Monterrey—(GMT-05:00) Central Daylight Time (America/Monterrey)
  • America/Montevideo—(GMT-03:00) Uruguay Standard Time (America/Montevideo)
  • America/Montreal—(GMT-04:00) Eastern Daylight Time (America/Montreal)
  • America/Montserrat—(GMT-04:00) Atlantic Standard Time (America/Montserrat)
  • America/Nassau—(GMT-04:00) Eastern Daylight Time (America/Nassau)
  • America/New_York—(GMT-04:00) Eastern Daylight Time (America/New_York)
  • America/Nipigon—(GMT-04:00) Eastern Daylight Time (America/Nipigon)
  • America/Nome—(GMT-08:00) Alaska Daylight Time (America/Nome)
  • America/Noronha—(GMT-02:00) Fernando de Noronha Standard Time (America/Noronha)
  • America/North_Dakota/Beulah—(GMT-05:00) Central Daylight Time (America/North_Dakota/Beulah)
  • America/North_Dakota/Center—(GMT-05:00) Central Daylight Time (America/North_Dakota/Center)
  • America/North_Dakota/New_Salem—(GMT-05:00) Central Daylight Time (America/North_Dakota/New_Salem)
  • America/Ojinaga—(GMT-06:00) Mountain Daylight Time (America/Ojinaga)
  • America/Panama—(GMT-05:00) Eastern Standard Time (America/Panama)
  • America/Pangnirtung—(GMT-04:00) Eastern Daylight Time (America/Pangnirtung)
  • America/Paramaribo—(GMT-03:00) Suriname Time (America/Paramaribo)
  • America/Phoenix—(GMT-07:00) Mountain Standard Time (America/Phoenix)
  • America/Port-au-Prince—(GMT-04:00) Eastern Daylight Time (America/Port-au-Prince)
  • America/Port_of_Spain—(GMT-04:00) Atlantic Standard Time (America/Port_of_Spain)
  • America/Porto_Velho—(GMT-04:00) Amazon Standard Time (America/Porto_Velho)
  • America/Puerto_Rico—(GMT-04:00) Atlantic Standard Time (America/Puerto_Rico)
  • America/Punta_Arenas—(GMT-03:00) Chile Standard Time (America/Punta_Arenas)
  • America/Rainy_River—(GMT-05:00) Central Daylight Time (America/Rainy_River)
  • America/Rankin_Inlet—(GMT-05:00) Central Daylight Time (America/Rankin_Inlet)
  • America/Recife—(GMT-03:00) Brasilia Standard Time (America/Recife)
  • America/Regina—(GMT-06:00) Central Standard Time (America/Regina)
  • America/Resolute—(GMT-05:00) Central Daylight Time (America/Resolute)
  • America/Rio_Branco—(GMT-05:00) Acre Standard Time (America/Rio_Branco)
  • America/Santa_Isabel—(GMT-07:00) Northwest Mexico Daylight Time (America/Santa_Isabel)
  • America/Santarem—(GMT-03:00) Brasilia Standard Time (America/Santarem)
  • America/Santiago—(GMT-03:00) Chile Summer Time (America/Santiago)
  • America/Santo_Domingo—(GMT-04:00) Atlantic Standard Time (America/Santo_Domingo)
  • America/Sao_Paulo—(GMT-03:00) Brasilia Standard Time (America/Sao_Paulo)
  • America/Scoresbysund—(GMT+00:00) East Greenland Summer Time (America/Scoresbysund)
  • America/Sitka—(GMT-08:00) Alaska Daylight Time (America/Sitka)
  • America/St_Barthelemy—(GMT-04:00) Atlantic Standard Time (America/St_Barthelemy)
  • America/St_Johns—(GMT-02:30) Newfoundland Daylight Time (America/St_Johns)
  • America/St_Kitts—(GMT-04:00) Atlantic Standard Time (America/St_Kitts)
  • America/St_Lucia—(GMT-04:00) Atlantic Standard Time (America/St_Lucia)
  • America/St_Thomas—(GMT-04:00) Atlantic Standard Time (America/St_Thomas)
  • America/St_Vincent—(GMT-04:00) Atlantic Standard Time (America/St_Vincent)
  • America/Swift_Current—(GMT-06:00) Central Standard Time (America/Swift_Current)
  • America/Tegucigalpa—(GMT-06:00) Central Standard Time (America/Tegucigalpa)
  • America/Thule—(GMT-03:00) Atlantic Daylight Time (America/Thule)
  • America/Thunder_Bay—(GMT-04:00) Eastern Daylight Time (America/Thunder_Bay)
  • America/Tijuana—(GMT-07:00) Pacific Daylight Time (America/Tijuana)
  • America/Toronto—(GMT-04:00) Eastern Daylight Time (America/Toronto)
  • America/Tortola—(GMT-04:00) Atlantic Standard Time (America/Tortola)
  • America/Vancouver—(GMT-07:00) Pacific Daylight Time (America/Vancouver)
  • America/Whitehorse—(GMT-07:00) Yukon Time (America/Whitehorse)
  • America/Winnipeg—(GMT-05:00) Central Daylight Time (America/Winnipeg)
  • America/Yakutat—(GMT-08:00) Alaska Daylight Time (America/Yakutat)
  • America/Yellowknife—(GMT-06:00) Mountain Daylight Time (America/Yellowknife)
  • Antarctica/Casey—(GMT+11:00) Casey Time (Antarctica/Casey)
  • Antarctica/Davis—(GMT+07:00) Davis Time (Antarctica/Davis)
  • Antarctica/DumontDUrville—(GMT+10:00) Dumont-d’Urville Time (Antarctica/DumontDUrville)
  • Antarctica/Macquarie—(GMT+10:00) Australian Eastern Standard Time (Antarctica/Macquarie)
  • Antarctica/Mawson—(GMT+05:00) Mawson Time (Antarctica/Mawson)
  • Antarctica/McMurdo—(GMT+12:00) New Zealand Standard Time (Antarctica/McMurdo)
  • Antarctica/Palmer—(GMT-03:00) Chile Standard Time (Antarctica/Palmer)
  • Antarctica/Rothera—(GMT-03:00) Rothera Time (Antarctica/Rothera)
  • Antarctica/Syowa—(GMT+03:00) Syowa Time (Antarctica/Syowa)
  • Antarctica/Troll—(GMT+02:00) Central European Summer Time (Antarctica/Troll)
  • Antarctica/Vostok—(GMT+06:00) Vostok Time (Antarctica/Vostok)
  • Arctic/Longyearbyen—(GMT+02:00) Central European Summer Time (Arctic/Longyearbyen)
  • Asia/Aden—(GMT+03:00) Arabian Standard Time (Asia/Aden)
  • Asia/Almaty—(GMT+06:00) East Kazakhstan Time (Asia/Almaty)
  • Asia/Amman—(GMT+03:00) Eastern European Summer Time (Asia/Amman)
  • Asia/Anadyr—(GMT+12:00) Anadyr Standard Time (Asia/Anadyr)
  • Asia/Aqtau—(GMT+05:00) West Kazakhstan Time (Asia/Aqtau)
  • Asia/Aqtobe—(GMT+05:00) West Kazakhstan Time (Asia/Aqtobe)
  • Asia/Ashgabat—(GMT+05:00) Turkmenistan Standard Time (Asia/Ashgabat)
  • Asia/Atyrau—(GMT+05:00) West Kazakhstan Time (Asia/Atyrau)
  • Asia/Baghdad—(GMT+03:00) Arabian Standard Time (Asia/Baghdad)
  • Asia/Bahrain—(GMT+03:00) Arabian Standard Time (Asia/Bahrain)
  • Asia/Baku—(GMT+04:00) Azerbaijan Standard Time (Asia/Baku)
  • Asia/Bangkok—(GMT+07:00) Indochina Time (Asia/Bangkok)
  • Asia/Barnaul—(GMT+07:00) Moscow Standard Time + 4 (Asia/Barnaul)
  • Asia/Beirut—(GMT+03:00) Eastern European Summer Time (Asia/Beirut)
  • Asia/Bishkek—(GMT+06:00) Kyrgyzstan Time (Asia/Bishkek)
  • Asia/Brunei—(GMT+08:00) Brunei Darussalam Time (Asia/Brunei)
  • Asia/Chita—(GMT+09:00) Yakutsk Standard Time (Asia/Chita)
  • Asia/Choibalsan—(GMT+08:00) Ulaanbaatar Standard Time (Asia/Choibalsan)
  • Asia/Colombo—(GMT+05:30) India Standard Time (Asia/Colombo)
  • Asia/Damascus—(GMT+03:00) Eastern European Summer Time (Asia/Damascus)
  • Asia/Dhaka—(GMT+06:00) Bangladesh Standard Time (Asia/Dhaka)
  • Asia/Dili—(GMT+09:00) East Timor Time (Asia/Dili)
  • Asia/Dubai—(GMT+04:00) Gulf Standard Time (Asia/Dubai)
  • Asia/Dushanbe—(GMT+05:00) Tajikistan Time (Asia/Dushanbe)
  • Asia/Famagusta—(GMT+03:00) Eastern European Summer Time (Asia/Famagusta)
  • Asia/Gaza—(GMT+03:00) Eastern European Summer Time (Asia/Gaza)
  • Asia/Hebron—(GMT+03:00) Eastern European Summer Time (Asia/Hebron)
  • Asia/Ho_Chi_Minh—(GMT+07:00) Indochina Time (Asia/Ho_Chi_Minh)
  • Asia/Hong_Kong—(GMT+08:00) Hong Kong Standard Time (Asia/Hong_Kong)
  • Asia/Hovd—(GMT+07:00) Hovd Standard Time (Asia/Hovd)
  • Asia/Irkutsk—(GMT+08:00) Irkutsk Standard Time (Asia/Irkutsk)
  • Asia/Jakarta—(GMT+07:00) Western Indonesia Time (Asia/Jakarta)
  • Asia/Jayapura—(GMT+09:00) Eastern Indonesia Time (Asia/Jayapura)
  • Asia/Jerusalem—(GMT+03:00) Israel Daylight Time (Asia/Jerusalem)
  • Asia/Kabul—(GMT+04:30) Afghanistan Time (Asia/Kabul)
  • Asia/Kamchatka—(GMT+12:00) Petropavlovsk-Kamchatski Standard Time (Asia/Kamchatka)
  • Asia/Karachi—(GMT+05:00) Pakistan Standard Time (Asia/Karachi)
  • Asia/Kathmandu—(GMT+05:45) Nepal Time (Asia/Kathmandu)
  • Asia/Khandyga—(GMT+09:00) Yakutsk Standard Time (Asia/Khandyga)
  • Asia/Kolkata—(GMT+05:30) India Standard Time (Asia/Kolkata)
  • Asia/Krasnoyarsk—(GMT+07:00) Krasnoyarsk Standard Time (Asia/Krasnoyarsk)
  • Asia/Kuala_Lumpur—(GMT+08:00) Malaysia Time (Asia/Kuala_Lumpur)
  • Asia/Kuching—(GMT+08:00) Malaysia Time (Asia/Kuching)
  • Asia/Kuwait—(GMT+03:00) Arabian Standard Time (Asia/Kuwait)
  • Asia/Macau—(GMT+08:00) China Standard Time (Asia/Macau)
  • Asia/Magadan—(GMT+11:00) Magadan Standard Time (Asia/Magadan)
  • Asia/Makassar—(GMT+08:00) Central Indonesia Time (Asia/Makassar)
  • Asia/Manila—(GMT+08:00) Philippine Standard Time (Asia/Manila)
  • Asia/Muscat—(GMT+04:00) Gulf Standard Time (Asia/Muscat)
  • Asia/Nicosia—(GMT+03:00) Eastern European Summer Time (Asia/Nicosia)
  • Asia/Novokuznetsk—(GMT+07:00) Krasnoyarsk Standard Time (Asia/Novokuznetsk)
  • Asia/Novosibirsk—(GMT+07:00) Novosibirsk Standard Time (Asia/Novosibirsk)
  • Asia/Omsk—(GMT+06:00) Omsk Standard Time (Asia/Omsk)
  • Asia/Oral—(GMT+05:00) West Kazakhstan Time (Asia/Oral)
  • Asia/Phnom_Penh—(GMT+07:00) Indochina Time (Asia/Phnom_Penh)
  • Asia/Pontianak—(GMT+07:00) Western Indonesia Time (Asia/Pontianak)
  • Asia/Pyongyang—(GMT+09:00) Korean Standard Time (Asia/Pyongyang)
  • Asia/Qatar—(GMT+03:00) Arabian Standard Time (Asia/Qatar)
  • Asia/Qostanay—(GMT+06:00) East Kazakhstan Time (Asia/Qostanay)
  • Asia/Qyzylorda—(GMT+05:00) West Kazakhstan Time (Asia/Qyzylorda)
  • Asia/Rangoon—(GMT+06:30) Myanmar Time (Asia/Rangoon)
  • Asia/Riyadh—(GMT+03:00) Arabian Standard Time (Asia/Riyadh)
  • Asia/Sakhalin—(GMT+11:00) Sakhalin Standard Time (Asia/Sakhalin)
  • Asia/Samarkand—(GMT+05:00) Uzbekistan Standard Time (Asia/Samarkand)
  • Asia/Seoul—(GMT+09:00) Korean Standard Time (Asia/Seoul)
  • Asia/Shanghai—(GMT+08:00) China Standard Time (Asia/Shanghai)
  • Asia/Singapore—(GMT+08:00) Singapore Standard Time (Asia/Singapore)
  • Asia/Srednekolymsk—(GMT+11:00) Magadan Standard Time (Asia/Srednekolymsk)
  • Asia/Taipei—(GMT+08:00) Taipei Standard Time (Asia/Taipei)
  • Asia/Tashkent—(GMT+05:00) Uzbekistan Standard Time (Asia/Tashkent)
  • Asia/Tbilisi—(GMT+04:00) Georgia Standard Time (Asia/Tbilisi)
  • Asia/Tehran—(GMT+03:30) Iran Standard Time (Asia/Tehran)
  • Asia/Thimphu—(GMT+06:00) Bhutan Time (Asia/Thimphu)
  • Asia/Tokyo—(GMT+09:00) Japan Standard Time (Asia/Tokyo)
  • Asia/Tomsk—(GMT+07:00) Moscow Standard Time + 4 (Asia/Tomsk)
  • Asia/Ulaanbaatar—(GMT+08:00) Ulaanbaatar Standard Time (Asia/Ulaanbaatar)
  • Asia/Urumqi—(GMT+06:00) China Standard Time (Asia/Urumqi)
  • Asia/Ust-Nera—(GMT+10:00) Vladivostok Standard Time (Asia/Ust-Nera)
  • Asia/Vientiane—(GMT+07:00) Indochina Time (Asia/Vientiane)
  • Asia/Vladivostok—(GMT+10:00) Vladivostok Standard Time (Asia/Vladivostok)
  • Asia/Yakutsk—(GMT+09:00) Yakutsk Standard Time (Asia/Yakutsk)
  • Asia/Yekaterinburg—(GMT+05:00) Yekaterinburg Standard Time (Asia/Yekaterinburg)
  • Asia/Yerevan—(GMT+04:00) Armenia Standard Time (Asia/Yerevan)
  • Atlantic/Azores—(GMT+00:00) Azores Summer Time (Atlantic/Azores)
  • Atlantic/Bermuda—(GMT-03:00) Atlantic Daylight Time (Atlantic/Bermuda)
  • Atlantic/Canary—(GMT+01:00) Western European Summer Time (Atlantic/Canary)
  • Atlantic/Cape_Verde—(GMT-01:00) Cape Verde Standard Time (Atlantic/Cape_Verde)
  • Atlantic/Faeroe—(GMT+01:00) Western European Summer Time (Atlantic/Faeroe)
  • Atlantic/Madeira—(GMT+01:00) Western European Summer Time (Atlantic/Madeira)
  • Atlantic/Reykjavik—(GMT+00:00) Greenwich Mean Time (Atlantic/Reykjavik)
  • Atlantic/South_Georgia—(GMT-02:00) South Georgia Time (Atlantic/South_Georgia)
  • Atlantic/St_Helena—(GMT+00:00) Greenwich Mean Time (Atlantic/St_Helena)
  • Atlantic/Stanley—(GMT-03:00) Falkland Islands Standard Time (Atlantic/Stanley)
  • Australia/Adelaide—(GMT+09:30) Australian Central Standard Time (Australia/Adelaide)
  • Australia/Brisbane—(GMT+10:00) Australian Eastern Standard Time (Australia/Brisbane)
  • Australia/Broken_Hill—(GMT+09:30) Australian Central Standard Time (Australia/Broken_Hill)
  • Australia/Currie—(GMT+10:00) Australian Eastern Standard Time (Australia/Currie)
  • Australia/Darwin—(GMT+09:30) Australian Central Standard Time (Australia/Darwin)
  • Australia/Eucla—(GMT+08:45) Australian Central Western Standard Time (Australia/Eucla)
  • Australia/Hobart—(GMT+10:00) Australian Eastern Standard Time (Australia/Hobart)
  • Australia/Lindeman—(GMT+10:00) Australian Eastern Standard Time (Australia/Lindeman)
  • Australia/Lord_Howe—(GMT+10:30) Lord Howe Standard Time (Australia/Lord_Howe)
  • Australia/Melbourne—(GMT+10:00) Australian Eastern Standard Time (Australia/Melbourne)
  • Australia/Perth—(GMT+08:00) Australian Western Standard Time (Australia/Perth)
  • Australia/Sydney—(GMT+10:00) Australian Eastern Standard Time (Australia/Sydney)
  • Europe/Amsterdam—(GMT+02:00) Central European Summer Time (Europe/Amsterdam)
  • Europe/Andorra—(GMT+02:00) Central European Summer Time (Europe/Andorra)
  • Europe/Astrakhan—(GMT+04:00) Samara Standard Time (Europe/Astrakhan)
  • Europe/Athens—(GMT+03:00) Eastern European Summer Time (Europe/Athens)
  • Europe/Belgrade—(GMT+02:00) Central European Summer Time (Europe/Belgrade)
  • Europe/Berlin—(GMT+02:00) Central European Summer Time (Europe/Berlin)
  • Europe/Bratislava—(GMT+02:00) Central European Summer Time (Europe/Bratislava)
  • Europe/Brussels—(GMT+02:00) Central European Summer Time (Europe/Brussels)
  • Europe/Bucharest—(GMT+03:00) Eastern European Summer Time (Europe/Bucharest)
  • Europe/Budapest—(GMT+02:00) Central European Summer Time (Europe/Budapest)
  • Europe/Busingen—(GMT+02:00) Central European Summer Time (Europe/Busingen)
  • Europe/Chisinau—(GMT+03:00) Eastern European Summer Time (Europe/Chisinau)
  • Europe/Copenhagen—(GMT+02:00) Central European Summer Time (Europe/Copenhagen)
  • Europe/Dublin—(GMT+01:00) Irish Standard Time (Europe/Dublin)
  • Europe/Gibraltar—(GMT+02:00) Central European Summer Time (Europe/Gibraltar)
  • Europe/Guernsey—(GMT+01:00) British Summer Time (Europe/Guernsey)
  • Europe/Helsinki—(GMT+03:00) Eastern European Summer Time (Europe/Helsinki)
  • Europe/Isle_of_Man—(GMT+01:00) British Summer Time (Europe/Isle_of_Man)
  • Europe/Istanbul—(GMT+03:00) Eastern European Standard Time (Europe/Istanbul)
  • Europe/Jersey—(GMT+01:00) British Summer Time (Europe/Jersey)
  • Europe/Kaliningrad—(GMT+02:00) Eastern European Standard Time (Europe/Kaliningrad)
  • Europe/Kiev—(GMT+03:00) Eastern European Summer Time (Europe/Kiev)
  • Europe/Kirov—(GMT+03:00) Moscow Standard Time (Europe/Kirov)
  • Europe/Lisbon—(GMT+01:00) Western European Summer Time (Europe/Lisbon)
  • Europe/Ljubljana—(GMT+02:00) Central European Summer Time (Europe/Ljubljana)
  • Europe/London—(GMT+01:00) British Summer Time (Europe/London)
  • Europe/Luxembourg—(GMT+02:00) Central European Summer Time (Europe/Luxembourg)
  • Europe/Madrid—(GMT+02:00) Central European Summer Time (Europe/Madrid)
  • Europe/Malta—(GMT+02:00) Central European Summer Time (Europe/Malta)
  • Europe/Mariehamn—(GMT+03:00) Eastern European Summer Time (Europe/Mariehamn)
  • Europe/Minsk—(GMT+03:00) Moscow Standard Time (Europe/Minsk)
  • Europe/Monaco—(GMT+02:00) Central European Summer Time (Europe/Monaco)
  • Europe/Moscow—(GMT+03:00) Moscow Standard Time (Europe/Moscow)
  • Europe/Oslo—(GMT+02:00) Central European Summer Time (Europe/Oslo)
  • Europe/Paris—(GMT+02:00) Central European Summer Time (Europe/Paris)
  • Europe/Podgorica—(GMT+02:00) Central European Summer Time (Europe/Podgorica)
  • Europe/Prague—(GMT+02:00) Central European Summer Time (Europe/Prague)
  • Europe/Riga—(GMT+03:00) Eastern European Summer Time (Europe/Riga)
  • Europe/Rome—(GMT+02:00) Central European Summer Time (Europe/Rome)
  • Europe/Samara—(GMT+04:00) Samara Standard Time (Europe/Samara)
  • Europe/San_Marino—(GMT+02:00) Central European Summer Time (Europe/San_Marino)
  • Europe/Sarajevo—(GMT+02:00) Central European Summer Time (Europe/Sarajevo)
  • Europe/Saratov—(GMT+04:00) Moscow Standard Time + 1 (Europe/Saratov)
  • Europe/Simferopol—(GMT+03:00) Moscow Standard Time (Europe/Simferopol)
  • Europe/Skopje—(GMT+02:00) Central European Summer Time (Europe/Skopje)
  • Europe/Sofia—(GMT+03:00) Eastern European Summer Time (Europe/Sofia)
  • Europe/Stockholm—(GMT+02:00) Central European Summer Time (Europe/Stockholm)
  • Europe/Tallinn—(GMT+03:00) Eastern European Summer Time (Europe/Tallinn)
  • Europe/Tirane—(GMT+02:00) Central European Summer Time (Europe/Tirane)
  • Europe/Ulyanovsk—(GMT+04:00) Moscow Standard Time + 1 (Europe/Ulyanovsk)
  • Europe/Uzhgorod—(GMT+03:00) Eastern European Summer Time (Europe/Uzhgorod)
  • Europe/Vaduz—(GMT+02:00) Central European Summer Time (Europe/Vaduz)
  • Europe/Vatican—(GMT+02:00) Central European Summer Time (Europe/Vatican)
  • Europe/Vienna—(GMT+02:00) Central European Summer Time (Europe/Vienna)
  • Europe/Vilnius—(GMT+03:00) Eastern European Summer Time (Europe/Vilnius)
  • Europe/Volgograd—(GMT+03:00) Volgograd Standard Time (Europe/Volgograd)
  • Europe/Warsaw—(GMT+02:00) Central European Summer Time (Europe/Warsaw)
  • Europe/Zagreb—(GMT+02:00) Central European Summer Time (Europe/Zagreb)
  • Europe/Zaporozhye—(GMT+03:00) Eastern European Summer Time (Europe/Zaporozhye)
  • Europe/Zurich—(GMT+02:00) Central European Summer Time (Europe/Zurich)
  • GMT—(GMT+00:00) Greenwich Mean Time (GMT)
  • Indian/Antananarivo—(GMT+03:00) East Africa Time (Indian/Antananarivo)
  • Indian/Chagos—(GMT+06:00) Indian Ocean Time (Indian/Chagos)
  • Indian/Christmas—(GMT+07:00) Christmas Island Time (Indian/Christmas)
  • Indian/Cocos—(GMT+06:30) Cocos Islands Time (Indian/Cocos)
  • Indian/Comoro—(GMT+03:00) East Africa Time (Indian/Comoro)
  • Indian/Kerguelen—(GMT+05:00) French Southern & Antarctic Time (Indian/Kerguelen)
  • Indian/Mahe—(GMT+04:00) Seychelles Time (Indian/Mahe)
  • Indian/Maldives—(GMT+05:00) Maldives Time (Indian/Maldives)
  • Indian/Mauritius—(GMT+04:00) Mauritius Standard Time (Indian/Mauritius)
  • Indian/Mayotte—(GMT+03:00) East Africa Time (Indian/Mayotte)
  • Indian/Reunion—(GMT+04:00) Réunion Time (Indian/Reunion)
  • Pacific/Apia—(GMT+13:00) Apia Standard Time (Pacific/Apia)
  • Pacific/Auckland—(GMT+12:00) New Zealand Standard Time (Pacific/Auckland)
  • Pacific/Bougainville—(GMT+11:00) Bougainville Standard Time (Pacific/Bougainville)
  • Pacific/Chatham—(GMT+12:45) Chatham Standard Time (Pacific/Chatham)
  • Pacific/Easter—(GMT-05:00) Easter Island Summer Time (Pacific/Easter)
  • Pacific/Efate—(GMT+11:00) Vanuatu Standard Time (Pacific/Efate)
  • Pacific/Enderbury—(GMT+13:00) Phoenix Islands Time (Pacific/Enderbury)
  • Pacific/Fakaofo—(GMT+13:00) Tokelau Time (Pacific/Fakaofo)
  • Pacific/Fiji—(GMT+12:00) Fiji Standard Time (Pacific/Fiji)
  • Pacific/Funafuti—(GMT+12:00) Tuvalu Time (Pacific/Funafuti)
  • Pacific/Galapagos—(GMT-06:00) Galapagos Time (Pacific/Galapagos)
  • Pacific/Gambier—(GMT-09:00) Gambier Time (Pacific/Gambier)
  • Pacific/Guadalcanal—(GMT+11:00) Solomon Islands Time (Pacific/Guadalcanal)
  • Pacific/Guam—(GMT+10:00) Chamorro Standard Time (Pacific/Guam)
  • Pacific/Honolulu—(GMT-10:00) Hawaii-Aleutian Standard Time (Pacific/Honolulu)
  • Pacific/Johnston—(GMT-10:00) Hawaii-Aleutian Standard Time (Pacific/Johnston)
  • Pacific/Kiritimati—(GMT+14:00) Line Islands Time (Pacific/Kiritimati)
  • Pacific/Kosrae—(GMT+11:00) Kosrae Time (Pacific/Kosrae)
  • Pacific/Kwajalein—(GMT+12:00) Marshall Islands Time (Pacific/Kwajalein)
  • Pacific/Majuro—(GMT+12:00) Marshall Islands Time (Pacific/Majuro)
  • Pacific/Marquesas—(GMT-09:30) Marquesas Time (Pacific/Marquesas)
  • Pacific/Midway—(GMT-11:00) Samoa Standard Time (Pacific/Midway)
  • Pacific/Nauru—(GMT+12:00) Nauru Time (Pacific/Nauru)
  • Pacific/Niue—(GMT-11:00) Niue Time (Pacific/Niue)
  • Pacific/Norfolk—(GMT+11:00) Norfolk Island Standard Time (Pacific/Norfolk)
  • Pacific/Noumea—(GMT+11:00) New Caledonia Standard Time (Pacific/Noumea)
  • Pacific/Pago_Pago—(GMT-11:00) Samoa Standard Time (Pacific/Pago_Pago)
  • Pacific/Palau—(GMT+09:00) Palau Time (Pacific/Palau)
  • Pacific/Pitcairn—(GMT-08:00) Pitcairn Time (Pacific/Pitcairn)
  • Pacific/Ponape—(GMT+11:00) Ponape Time (Pacific/Ponape)
  • Pacific/Port_Moresby—(GMT+10:00) Papua New Guinea Time (Pacific/Port_Moresby)
  • Pacific/Rarotonga—(GMT-10:00) Cook Islands Standard Time (Pacific/Rarotonga)
  • Pacific/Saipan—(GMT+10:00) Chamorro Standard Time (Pacific/Saipan)
  • Pacific/Tahiti—(GMT-10:00) Tahiti Time (Pacific/Tahiti)
  • Pacific/Tarawa—(GMT+12:00) Gilbert Islands Time (Pacific/Tarawa)
  • Pacific/Tongatapu—(GMT+13:00) Tonga Standard Time (Pacific/Tongatapu)
  • Pacific/Truk—(GMT+10:00) Chuuk Time (Pacific/Truk)
  • Pacific/Wake—(GMT+12:00) Wake Island Time (Pacific/Wake)
  • Pacific/Wallis—(GMT+12:00) Wallis & Futuna Time (Pacific/Wallis)
RecurrenceType
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Indicates how often the task repeats:
Possible values are:
  • RecursDaily—Recurs Daily
  • RecursEveryWeekday—Recurs Every Weekday
  • RecursMonthly—Recurs Monthly
  • RecursMonthlyNth—Recurs Monthly Nth
  • RecursWeekly—Recurs Weekly
  • RecursYearly—Recurs Yearly
  • RecursYearlyNth—Recurs Yearly Nth
ReminderDateTime
Type
dateTime
Properties
Create, Filter, Nillable, Sort, Update
Description
Time when the reminder is scheduled to initiate, if IsReminderSet is set to true. If IsReminderSet is set to false, then the user probably deselected the reminder option in the Salesforce user interface, or the reminder was already initiated at the time indicated by the value.
Status
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Required. Indicates the status of the task:
Possible values are:
  • Completed
  • Deferred
  • In Progress
  • Not Started
  • Waiting on someone else
The default value is Not Started.
Each predefined Status field implies a value for the IsClosed flag. To get picklist values, query the TaskStatus object.
Subject
Type
combobox
Properties
Create, Filter, Nillable, Sort, Update
Description
Subject line of the task, such as Call or Send Quote. Can have up to 255 characters.
TaskSubtype
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort
Description
Standard subtypes to facilitate creating and searching for specific task subtypes:
Possible values are:
  • Cadence
  • Call
  • Email
  • LinkedIn
  • ListEmail—List Email
  • Task
This field can’t be updated.
Type
Type
picklist
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The type of task:
Possible values are:
  • Call
  • Company
  • Complaint
  • Email
  • Inquiry
  • Meeting
  • Order
  • Other
  • Placement
  • Private
  • Service
  • Time Entry
  • Training
  • Vehicle
WhatId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Represents nonhuman objects, such as accounts, opportunities, campaigns, cases, or custom objects. Polymorphic (equivalent to the ID of a related object) relationship field.
Relationship Name
What
Relationship Type
Lookup
Refers To
Account, ApptBundleAggrDurDnscale, ApptBundleAggrPolicy, ApptBundleConfig, ApptBundlePolicy, ApptBundlePolicySvcTerr, ApptBundlePropagatePolicy, ApptBundleRestrictPolicy, ApptBundleSortPolicy, AssessmentIndicatorDefinition, AssessmentTask, AssessmentTaskContentDocument, AssessmentTaskDefinition, AssessmentTaskOrder, Asset, AssetRelationship, AssetWarranty, AssignedResource, Assortment, AssortmentProduct, Campaign, Case, CommSubscriptionConsent, ContactRequest, Contract, ContractLineItem, CreditMemo, DeliveryTask, Entitlement, Expense, ExpenseReport, ExpenseReportEntry, GroupCensusMemberPlan, GroupClass, GroupClassContribution, Image, InStoreLocation, Invoice, LegalEntity, ListEmail, Location, MaintenanceAsset, MaintenancePlan, OperatingHoursHoliday, Opportunity, Order, OtherComponentTask, PartyConsent, ProcessException, Product2, ProductCatalog, ProductConsumed, ProductItem, ProductRequest, ProductRequestLineItem, ProductServiceCampaign, ProductServiceCampaignItem, ProductTransfer, Promotion, PromotionChannel, PromotionProduct, PromotionProductCategory, ResourceAbsence, RetailLocationGroup, RetailStore, RetailStoreGroupAssignment, RetailStoreKpi, RetailVisitKpi, ReturnOrder, ReturnOrderLineItem, ServiceAppointment, ServiceContract, ServiceCrew, ServiceCrewMember, ServiceResource, Shift, ShiftPattern, ShiftPatternEntry, Shipment, ShipmentItem, SignatureTask, SignatureTaskLineItem, Solution, StoreActionPlanTemplate, StoreAssortment, StoreProduct, TimeSheet, TimeSheetEntry, TravelMode, VehicleUserAssignment, Visit, VisitedParty, WarrantyTerm, WorkOrder, WorkOrderLineItem, WorkPlan, WorkPlanSelectionRule, WorkPlanTemplate, WorkPlanTemplateEntry, WorkStep, WorkStepTemplate, cgcloud_dev__Account_Relationship__c, cgcloud_dev__Payment_Tactic_Fund__c, cgcloud_dev__Payment_Tactic_Product__c, cgcloud_dev__Payment_Tactic__c, cgcloud_dev__Payment_Template__c, cgcloud_dev__Payment__c, cgcloud_dev__Short_Code__c, cgcloud_dev__Substitution__c, cgcloud_dev__Tactic_Template_Fund_Template__c, cgcloud_dev__Trip_List_Account__c
WhoId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Represents a human, such as a lead or a contact. Polymorphic (equivalent to a contact’s ID or a lead’s ID) relationship field.
If Shared Activities is enabled, the value of this field is the ID of the related lead or primary contact. If you add, update, or remove the WhoId field, you might encounter problems with triggers, workflows, and data validation rules that are related to the record.
Starting with API version 37.0, if the contact or lead ID in WhoId isn’t in the TaskWhoIds list, then no error occurs and the ID is added to the TaskWhoIds as the primary WhoId. If WhoId is set to null, an arbitrary ID from the existing TaskWhoIds list is promoted to the primary position.
This field is a polymorphic relationship field.
Relationship Name
Who
Relationship Type
Lookup
Refers To
Contact, Lead
cgcloud__Check_Overlap__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Indicates whether to check for overlaps while creating calls. If this option is selected, the system checks if a current visit overlaps with other visits. Only visits in Planned state are considered.
The default value is false.

Associated Objects

The Task object has these related objects. If the API version isn’t specified, then the APIs are available in the same versions as the object. Otherwise, the APIs are available in the specified API version and later.

TaskChangeEvent
Change events are available for the object.
TaskFeed
Feed tracking is available for the object.
TaskHistory
History is available for tracked fields of the object.
TaskOwnerSharingRule
Sharing rules are available for the object.
TaskShare
Sharing is available for the object.