Payrolltype

A payroll type [Payrolltype] is an attribute that can be used to categorize time entries. For example, payroll types can be used to differentiate regular and overtime work when time types are used for a different purpose.

Review the Usage Guidelines for the Payrolltype object.

XML

SOAP

REST

Database table

Object

Payrolltype

oaPayrolltype

payroll_type

Supported Commands

Add, Read, Modify, Delete

add(), read(), modify(), upsert(), delete()

The Payrolltype object has the following standard properties:

Note:

Payrolltype object properties may also include custom fields. The object type supports the custom equal to read method and the enable_custom read attribute.

XML / SOAP

Database

Description

active

active

A 1/0 field specifying whether this is an active payrolltype.

created

created

[Read-only] Time the record was created. See Date Fields.

externalid

external_id

If the record was imported from an external system, you store the unique external record ID here.

id

id

[Read-only] Unique ID. Automatically assigned by OpenAir.

name

name

[Required] The name of the payroll type.

notes

notes

Notes associated with the payroll type.

picklist_label

Label as shown on form picklist.

updated

updated

[Read-only] Time the record was last updated or modified. See Date Fields.

Usage Guidelines

You cannot delete a Payrolltype object if this object is referenced by a Task object. Delete any dependent objects first before you delete a Payrolltype object.