Documentation

ResourceAllocation extends Record

Table of Contents

$allocationAmount  : float
$allocationResource  : RecordRef
$allocationType  : RecordRef
$allocationUnit  : ResourceAllocationAllocationUnit
$approvalStatus  : ResourceAllocationApprovalStatus
$customFieldList  : CustomFieldList
$customForm  : RecordRef
$endDate  : string
$externalId  : string
$internalId  : string
$nextApprover  : RecordRef
$notes  : string
$nullFieldList  : NullField
$numberHours  : float
$paramtypesmap  : mixed
$percentOfTime  : float
$project  : RecordRef
$requestedby  : RecordRef
$startDate  : string

Properties

$paramtypesmap

public static mixed $paramtypesmap = array("requestedby" => "RecordRef", "approvalStatus" => "ResourceAllocationApprovalStatus", "nextApprover" => "RecordRef", "allocationResource" => "RecordRef", "project" => "RecordRef", "notes" => "string", "startDate" => "dateTime", "endDate" => "dateTime", "allocationAmount" => "float", "allocationUnit" => "ResourceAllocationAllocationUnit", "numberHours" => "float", "percentOfTime" => "float", "allocationType" => "RecordRef", "customForm" => "RecordRef", "customFieldList" => "CustomFieldList", "internalId" => "string", "externalId" => "string")

Search results