ImportExport

An import / export entry [ImportExport] is a trace of when an OpenAir record was last imported or exported to an external application.

Review the Usage Guidelines for the ImportExport object.

XML

SOAP

REST

Database table

Object

ImportExport

oaImportExport

import_export

Supported Commands

Add, Read, Modify, Delete

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

The ImportExport object has the following properties:

XML / SOAP

Database

Description

application

application

String describing the application making the association.

exported

last_export

Time of the last export from OpenAir. Required on import. See Date Fields.

externalid

external_id

Record identifier in the external application.

id

record_id

[Required] Internal ID of the imported or exported record (slip, task, etc.) in its native table.

imported

last_import

Time of the last import to OpenAir. Required on import. See Date Fields.

type

table_name

[Required] Exported object type. This is the case sensitive object type as used by the API, such as Slip, Task, Projectassign, for example. For a list of supported object types, see List of Supported Business Object Types. For SOAP APO objects, omit the oa prefix.

Usage Guidelines

Review the following guidelines: