TimesheetTask

Description

Package: com.ibm.rpm.timesheet.containers

Extends: RPMObject

Usage

This class is not used to directly create an object. It is extended to create AdministrativeTask and PersonalTask.

Supported API Calls

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. TimesheetTask Field Description
Field Detail
estimatedFinishDate

Type: dateTime

Default value: N/A

Description: Estimated finish date.

Field validation description: The estimatedFinishDate must be greater than or equal to estimatedStartDate.

Additional field security restrictions: N/A

estimatedStartDate

Type: dateTime

Default value: The current date.

Description: The estimated start date.

Field validation description: The estimatedStartDate must be less than or equal to estimatedFinishDate.

Additional field security restrictions: N/A

externalID

Type: string

Default value: N/A

Description: The external identifier of the TimesheetTask.

Field validation description: Limit 50 characters.

Additional field security restrictions: N/A

name

Type: string

Default value: N/A

Description: The name of the TimesheetTask.

Field validation description:

Limit 240 characters for a PersonalTask.

Limit 50 characters for an AdministrativeTask.

This field is mandatory.

Additional field security restrictions: N/A

rank

Type: int

Default value: 500

Description: The ranking of the TimesheetTask.

Field validation description: The value range is 0 to 1000.

Additional field security restrictions: N/A

Inherited Fields

Click on object for list of inherited fields:

From RPMObject

Related Objects

N/A