Booking_request

A booking request [Booking_request] is a request for allocation of an employee's (or resource's) time to a project or project task.

XML

SOAP

REST

Database table

Object

Booking_request

oaBooking_request

booking_request

Supported Commands

Read

read()

The Booking_request object has the following properties:

XML / SOAP

Database

Description

approval_status

approval_status

[Read-only] A one-character string indicating the approval status of the booking request. Possible values:

  • O -Open

  • P -Pending approval

  • A -Approved

  • R -Rejected

as_percentage

as_percentage

[Read-only] A 1/0 field indicating which of the fields...hours or percentage are actual, and which is therefore derived. Only one value can be actual. If 1 then percentage is the actual, hours is derived. If 0 then percentage is derived, hours is actual.

attachment_id

attachment_id

[Read-only] If non-zero, the attachment record associated with this booking_request.

booking_type_id

booking_type_id

[Read-only] The ID of the associated booking_type.

created

created

[Read-only] Time the record was created.

See Date Fields

customer_id

customer_id

[Read-only] The ID of the associated customer.

date_approved

date_approved

[Read-only] The date the booking_request was approved.

See Date Fields

date_submitted

date_submitted

[Read-only] The date the booking_request was submitted.

See Date Fields

description

description

[Read-only] The description or purpose for the booking_request.

enddate

enddate

[Read-only] The end date of the booking_request.

See Date Fields

external_id

external_id

[Read-only] If the record was imported from an external system you store the unique external record ID here.

hours

hours

[Read-only] The number of hours booked to this project during this date range. This is either the actual booked hours or derived from the percentage.

id

id

[Read-only] Unique ID. Automatically assigned by SuiteProjects Pro.

job_code_id

job_code_id

[Read-only] The ID of the associated job code.

name

name

[Read-only] The name of the booking_request (Prefix +number).

notes

notes

[Read-only] Booking notes

notify_owner

notify_owner

[Read-only] A 1/0 field indicating whether to send email to the booking request owner changes occur to the resulting bookings.

number

number

[Read-only] The booking_request number that increments by 1.

owner_id

owner_id

[Read-only] The ID of the associated user creating the booking request.

percentage

percentage

[Read-only] The percentage of time booked to this project during this date range. This is either the actual booked percentage or derived from the hours.

prefix

prefix

[Read-only] A static alphanumeric booking_request number prefix.

project_id

project_id

[Read-only] The ID of the associated project.

project_task_id

project_task_id

[Read-only] The ID of the task within the associated project.

repeat_id

repeat_id

[Read-only] The ID of the associated repeating eventnote exception to associated object ID rule

startdate

startdate

[Read-only] The start date of the booking_request.

See Date Fields

updated

updated

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

See Date Fields

user_id

user_id

[Read-only] The ID of the associated user.