Workspacelink

A workspace link [Workspacelink] is the association of a workspace with a record of a given type.

XML

SOAP

REST

Database table

Object

Workspacelink

oaWorkspacelink

workspace_link

Supported Commands

Add, Read, Modify

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

The Workspacelink object has the following properties:

XML / SOAP

Database

Description

created

created

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

description

description

The description of the workspace link. For internal links, defaults to a concatenation of table_name and the name of the record with internal ID recordid separated by a colon (:).

external

external

A 1/0 field indicating if the record is an external link.

id

id

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

recordid

record_id

The table ID the workspace is associated with.

table_name

table_name

The table the workspace is associated with. Possible values: 'customer','deal','department','estimate','project','proposal','resource' (virtual),'user'

updated

updated

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

url

url

The URL of external link.

workspaceid

workspace_id

The ID of the associated workspace.