Event

An event [Event] is a historical record of an activity performed on behalf of a customer or prospect. It could record the completion of a todo, the closing of a deal, or document a phone call or email message sent to a customer.

XML

SOAP

REST

Database table

Object

Event

oaEvent

event

Supported Commands

Add, Read, Modify

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

The Event object has the following properties:

XML / SOAP

Database

Description

contactid

contact_id

The ID of the associated contact.

created

created

[Read-only] Time the record was created.

See Date Fields

customerid

customer_id

The ID of the associated customer.

dealid

deal_id

The ID of the associated deal.

id

id

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

name

name

The name or description of the event.

notes

notes

Notes related to the event.

occurred

occurred

The date of the event.

See Date Fields

updated

updated

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

See Date Fields

userid

user_id

The ID of the user who created the event.