ImportExport
An import / export entry [ImportExport
] is a trace of when a SuiteProjects Pro record was last imported or exported to an external application.
Review the Usage Guidelines for the ImportExport
object.
— |
XML |
SOAP |
REST |
Database table |
---|---|---|---|---|
Object |
|
|
— |
|
Supported Commands |
— |
— |
The ImportExport
object has the following properties:
XML / SOAP |
Database |
Description |
---|---|---|
|
|
String describing the application making the association. |
|
|
Time of the last export from SuiteProjects Pro. Required on import. See Date Fields. |
|
|
Record identifier in the external application. |
|
|
[Required] Internal ID of the imported or exported record (slip, task, etc.) in its native table. |
|
|
Time of the last import to SuiteProjects Pro. Required on import. See Date Fields. |
|
|
[Required] Exported object type. This is the case sensitive object type as used by the API, such as |
Usage Guidelines
Review the following guidelines:
-
When reading objects of other types, you can use the
not-exported
filter to return only objects that have not been marked as exported. Include anImporExport
argument object to specify the application that the read objects should be exported to. See Read Not Exported Charges with all Method — C# and Read Not Exported Charges with all Method — Java. -
At least one of
imported
andexported
is required.