ResourceRequest

A resource request [ResourceRequest] is a collection of resource request queues.

XML

SOAP

REST

Database table

Object

ResourceRequest

oaResourceRequest

resource_request

Supported Commands

Add, Read, Modify, Delete

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

The ResourceRequest object has the following standard properties:

Note:

ResourceRequest 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

XML / SOAP

Description

booking_type_id

booking_type_id

The booking type of bookings created for this resource request. Required if the Require booking type when booking resources box is checked in the Resources application settings in SuiteProjects Pro (Administration > Application Settings > Resources > Other Settings).

created

created

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

customerid

customer_id

[Required] The ID of the associated customer

date_end

date_end

[Required] The ending date of the resource request. See Date Fields. date_start and date_end must define a valid date range.

date_finalized

date_finalized

The date the resource request was finialzed and marked ready for booking. See Date Fields.

date_start

date_start

[Required] The starting date of the resource request. See Date Fields. date_start and date_end must define a valid date range.

date_start_expected

date_start_expected

The expected starting date of the resource request. See Date Fields.

external_id

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 SuiteProjects Pro.

name

name

The name of the resource request.

notes

notes

Notes field

number

number

The resource request tracking number. Assigned automatically if not set when adding a resource request. Must be unique.

ownerid

owner_id

The ID of the associated user creating the resource request. Defaults to the internal ID of the authenticated if not set when adding a resource request.

percent_fulfilled

percent_fulfilled

Percent fulfilled for the resource request.

projectid

project_id

[Required] The ID of the associated project.

status

status

The status of the resource request:

  • 'O' -Open

  • 'P' -Partial

  • 'S' -Complete

  • 'C' -Canceled

updated

updated

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