Documentation

TimeSheet extends Record

Table of Contents

$approvalStatus  : RecordRef
$customFieldList  : CustomFieldList
$customForm  : RecordRef
$employee  : RecordRef
$endDate  : string
$externalId  : string
$internalId  : string
$nullFieldList  : NullField
$paramtypesmap  : mixed
$startDate  : string
$subsidiary  : RecordRef
$timeGridList  : TimeSheetTimeGridList
$totalHours  : Duration

Properties

$paramtypesmap

public static mixed $paramtypesmap = array("customForm" => "RecordRef", "employee" => "RecordRef", "startDate" => "dateTime", "endDate" => "dateTime", "totalHours" => "Duration", "approvalStatus" => "RecordRef", "subsidiary" => "RecordRef", "timeGridList" => "TimeSheetTimeGridList", "customFieldList" => "CustomFieldList", "internalId" => "string", "externalId" => "string")

Search results