EmploymentHistory

Description

Package: com.ibm.rpm.resource.containers

Extends: RPMObject

Usage

Represents the previous employments of a resource.

Parent is mandatory, allowed parent type is Resource.

Supported API Calls

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. EmploymentHistory Field Description
Field Details
company

Type: string

Default value: N/A

Description: The name of the company where the resource was previously employed.

Field validation description: Limit 50 characters

Additional field security restrictions: N/A

title

Type: string

Default value: N/A

Description: The title of the resource.

Field validation description: Limit 50 characters

Additional field security restrictions: N/A

description

Type: string

Default value: N/A

Description: The job description of the resource.

Field validation description: Limit 220 characters.

Additional field security restrictions: N/A

salary

Type: double

Default value: 0

Description: The salary of the resource.

Field validation description: Value range is 0 to 999,999,999,999.99.

Additional field security restrictions: N/A

startDate

Type: dateTime

Default value: N/A

Description: The start date of employment.

Field validation description: The startDate must be less than or equal to the endDate.

Additional field security restrictions: N/A

endDate

Type: dateTime

Default value: N/A

Description: The end date of employment.

Field validation description: The startDate must be less than or equal to endDate.

Additional field security restrictions: N/A

location

Type: string

Default value: N/A

Description: The location of employment.

Field validation description: Limit 50 characters

Additional field security restrictions: N/A

responsibilities

Type: string

Default value: N/A

Description: The job responsibilities of the resource.

Field validation description: Limit 2040 characters.

Additional field security restrictions: N/A

Inherited Objects

Click on object for list of inherited fields:

From RPMObject

Related Objects