@theredspace/spp-client
    Preparing search index...

    Interface ImportExport

    A trace of when a record was last imported from or exported to an external application. Supports Add, Read, Modify, Upsert, Delete.

    interface ImportExport {
        application: string;
        exported: string;
        externalid?: string;
        id: string;
        imported: string;
        type: string;
    }
    Index

    Properties

    application: string

    Name of the application doing the import/export.

    exported: string

    Time of the last export from SuiteProjects Pro (YYYY-MM-DD HH:mm:ss).

    externalid?: string

    External-system record ID.

    id: string

    [Read-only] Internal ID of the imported/exported record in its native table.

    imported: string

    Time of the last import to SuiteProjects Pro (YYYY-MM-DD HH:mm:ss).

    type: string

    Case-sensitive object type (e.g. "Slip", "Task", etc.).