Aconex is a project management tool. It is used to import data and documentation through our data migration task type.
This connection type supports the following task types:
This connection can be used in a Data Migration.
Usable as Source | Usable as Target | Usable as Incremental Source | Usable as Incremental Target |
---|---|---|---|
✔ | ❌ | ✔ | ❌ |
Template Name | Description |
---|---|
Aconex V2 Application | Requires an Aconex Username and Password, as well as an application key, host and project ID. |
You can find the following template for this connection string when creating the connection under Template.
Host=HostURL;Project=ProjectId;ApplicationKey=AppKey;FieldManagementApplicationKey=AppKey;PackageApiPageSize=100;WorkflowApiPageSize=500;MailApiPageSize=100;DocumentApiPageSize=100;FieldManagementApiPageSize=100; RetryCount=3;
The template includes the following fields.
Field | Description |
---|---|
Host | Indicates the host URL of the Aconex API. |
Project | Aconex project ID. |
ApplicationKey | API key of following APIs, Packages, Directory, Documents, Mail, and Workflows. |
FieldManagementApplicationKey | API key for the Field API. |
PackageApiPageSize | Page size of the Packages API. |
WorkflowApiPageSize | Page size of the Workflows API. |
MailApiPageSize | Page size of the Mail API. |
DocumentApiPageSize | Page size of the Documents API. |
FieldManagementApiPageSize | Page size of the Field API. |
RetryCount | Number of retries in case of internal error. |