Documentation

Task extends Record

Table of Contents

$accessLevel  : bool
$actualTime  : Duration
$assigned  : RecordRef
$company  : RecordRef
$completedDate  : string
$contact  : RecordRef
$contactList  : TaskContactList
$createdDate  : string
$customFieldList  : CustomFieldList
$customForm  : RecordRef
$dueDate  : string
$endDate  : string
$estimatedTime  : Duration
$estimatedTimeOverride  : Duration
$externalId  : string
$internalId  : string
$lastModifiedDate  : string
$message  : string
$milestone  : RecordRef
$nullFieldList  : NullField
$owner  : RecordRef
$paramtypesmap  : mixed
$parent  : RecordRef
$percentComplete  : float
$percentTimeComplete  : float
$priority  : TaskPriority
$reminderMinutes  : TaskReminderMinutes
$reminderType  : TaskReminderType
$sendEmail  : bool
$startDate  : string
$status  : TaskStatus
$supportCase  : RecordRef
$timedEvent  : bool
$timeItemList  : TaskTimeItemList
$timeRemaining  : Duration
$title  : string
$transaction  : RecordRef

Properties

$accessLevel

public bool $accessLevel

$completedDate

public string $completedDate

$createdDate

public string $createdDate

$dueDate

public string $dueDate

$endDate

public string $endDate

$externalId

public string $externalId

$internalId

public string $internalId

$lastModifiedDate

public string $lastModifiedDate

$message

public string $message

$paramtypesmap

public static mixed $paramtypesmap = array("company" => "RecordRef", "contact" => "RecordRef", "supportCase" => "RecordRef", "transaction" => "RecordRef", "milestone" => "RecordRef", "customForm" => "RecordRef", "title" => "string", "assigned" => "RecordRef", "sendEmail" => "boolean", "timedEvent" => "boolean", "estimatedTime" => "Duration", "estimatedTimeOverride" => "Duration", "actualTime" => "Duration", "timeRemaining" => "Duration", "percentTimeComplete" => "float", "percentComplete" => "float", "parent" => "RecordRef", "startDate" => "dateTime", "endDate" => "dateTime", "dueDate" => "dateTime", "completedDate" => "dateTime", "priority" => "TaskPriority", "status" => "TaskStatus", "message" => "string", "accessLevel" => "boolean", "reminderType" => "TaskReminderType", "reminderMinutes" => "TaskReminderMinutes", "createdDate" => "dateTime", "lastModifiedDate" => "dateTime", "owner" => "RecordRef", "contactList" => "TaskContactList", "timeItemList" => "TaskTimeItemList", "customFieldList" => "CustomFieldList", "internalId" => "string", "externalId" => "string")

$percentComplete

public float $percentComplete

$percentTimeComplete

public float $percentTimeComplete

$sendEmail

public bool $sendEmail

$startDate

public string $startDate

$timedEvent

public bool $timedEvent

$title

public string $title

Search results