Agreement_to_project

Use the agreement-project link [Agreement_to_project]object to read or create many-to-many links between projects and agreements.

Review the Usage Guidelines for the Agreement_to_project object.

XML

SOAP

REST

Database table

Object

Agreement_to_project

oaAgreement_to_project

agreement_to_project

Supported Commands

Add, Read, Modify, Delete

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

The Agreement_to_project object has the following standard properties:

XML / SOAP

Database

Description

active

active

A 1/0 field indicating whether this is an active agreement-project link. Defaults to 1 if not set when adding an object agreement-project link.

agreementid

agreement_id

[Required] The ID of the associated agreement.

created

created

[Read-only] Time the record was created.

See Date Fields

customerid

customer_id

The ID of the associated customer. Does not need to be set as it can be derived inline from project_id.

id

id

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

projectid

project_id

[Required] The ID of the associated project.

updated

updated

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

See Date Fields

Usage Guidelines

Each agreement-project link must be unique. There cannot be two Agreement_to_project objects with the same agreementid and projectid combination. An error is returned if the operation would result in a duplicate agreementid and projectid combination.