2 What's New

This page lists the new features, improvements, and bug fixes in each release.

25.02

New Oracle Aconex API Module Support

API Module Description
Models (BCF API) The adapter now supports integration with Oracle Aconex design via the open standard BCF API. Using BCF Services (Project, Topic, File, Comment, Viewpoint, Related Topics, Document References, etc.) for managing BIM issues.
Related Items The adapter now supports integration with the Related Items API. This integration provides access to new and historical related items data within Oracle Aconex, including support for querying transactions/events and modifying relationships.

Bug Fixes and Improvements

Area Description
Adapter UI
  • Resolved a bug in Edit mode where changing the module defaulted to the previous module’s operation.
  • Fixed the "No Module Found" error on the Operations Page in Edit mode.
Basic Authentication Enhanced the Basic Authentication test connection flow by validating credentials during the test process, reducing integration setup errors.
Mail Corrected the MailFormFields schema mappings to match the expected API structure for the "Create Mail", "Forward Mail", "Reply Mail", and "View Mail Metadata" operations.
Versioning Version numbers now follow the Oracle Integration release versioning format (e.g., 25.02.0).

24.10

Oracle Aconex API Module Support

API Module Description
Cost The adapter can be used to integrate various cost management functionalities, enabling comprehensive project financial oversight. This includes budget and contract management, tracking changes, and cost reporting, fully integrated within the Aconex environment.
Field The adapter can integrate field operations with site inspections and punch lists, ensuring that site management is fully aligned with the broader project goals. This module supports comprehensive site inspection and reporting functionality.
Packages The adapter can facilitate the creation and management of document packages within Aconex, ensuring that all related documents, mails, and attachments are organized and easily accessible.

24.08

Resolved Restrictions

Area Description
Multiple File Upload The restriction for synchronizing only one file at a time when working with files has been removed. The adapter now supports multiple file uploads for all multi-part/mixed operations (including file uploads, edits, etc.) within the Documents and Mail modules. Users need to duplicate the Attachment object in the mapper to enable multiple file uploads.
Large File Upload The restriction for supporting only "Small File Upload" has been removed. The "Large File Upload" functionality has been implemented.
  • The adapter now automatically determines the appropriate upload method based on the file size:
    • For files less than 100 MB, the standard "Small File Upload" method is used.

    • For files between 100 MB and 1 GB, the "Large File Upload" method is used.

  • The adapter also automatically updates the headers and path for the "Large File Upload" method, implementing an automated chunking approach.

Additional Improvements and Corrections

Area Description
Documents
  • The support for the "View Document Type Schema" operation in the Documents module has been restored. The accept header issue has been fixed, and the operation now functions correctly.
  • The issue with the "Download Mail Attachment" endpoint has been resolved. The error <ErrorCode>URL_UNKNOWN</ErrorCode> has been fixed, and the operation is now working properly.
  • The issue with the "Get Saved Searches" endpoint in the Documents module has been resolved. The error response with error code 404 and <ErrorCode>URL_UNKNOWN</ErrorCode> has been fixed, and the operation is now working properly.
Mail
  • The "List Mail" API endpoint has been added to the Mail module. This service executes a search of an organization's project mailbox, enabling users to retrieve a list of mail efficiently.
  • The issue with the "Mark Mail As Read" and "Mark Mail As Unread" operations has been resolved. The bug that caused an error to display on the Summary page and prevented the creation of the invoke has been fixed.
  • The error with the "Forward Mail" and "Reply Mail" operations has been resolved. The issue that caused the system to return an "unknown value: {mailId}" error has been fixed, and the INVALID_PARAMETER_VALUE response for these endpoints has been corrected.
  • The issue with "Mail Thread" invokes showing errors in the mapper has been resolved. The error "exception Duplicated definition for: 'InRefTo'" has been fixed.
  • The issue where some Mail module operations would produce error responses from the Oracle Aconex system has been resolved. The error <ErrorCode>URL_UNKNOWN</ErrorCode> has been fixed, and the operations are now working properly.
User Roles

The issues with the following User Role API operations have been resolved, and users can now successfully create invokes:

  • Update User Role (Project)
  • Update Secured Asset Permissions (Organization)
  • Update Secured Asset Permissions (Project)
  • Update Users Assigned to User Role (Organization)
  • Update Users Assigned to User Role (Project)
  • Delete User Role (Organization)
  • Delete User Role (Project)

The Operations Page Wizard failures have been fixed, and all of the above operations are now working properly.