No history yet

Project Setup Mastery

Configuring Your Project's Foundation

Setting up an Aconex project correctly from the start is crucial. The choices you make here create the digital backbone for the entire project lifecycle. This initial configuration isn't just about administrative tasks; it's about building a structured environment that ensures data consistency, simplifies reporting, and meets stringent audit requirements later on. Think of it as pouring the foundation for a skyscraper. Any mistakes made at this stage will be magnified as the project grows.

Before you configure anything, consider the end goal. What kind of reports will the project owner demand? What information is essential for auditing and handover? Answering these questions first will guide your decisions on which data fields to make mandatory and how to structure project roles. A little foresight prevents a lot of data cleanup later.

The Document Schema

The document schema is the single most important part of your project setup. It's a set of rules that governs the metadata for every single document uploaded to Aconex. This isn't just about folder structures; it's about enforcing a consistent language for how information is categorized and searched. A well-defined schema ensures that a drawing from the architect and a report from the structural engineer can be found and understood using the same logic.

Lesson image

The core of the schema is defining your document attributes—the pieces of information required for each file. This always involves a trade-off. Making too many fields mandatory can frustrate users and lead to them entering dummy data just to upload a file. Making too few mandatory results in inconsistent data that's useless for reporting. A good starting point is to enforce only what is absolutely critical for tracking and retrieval.

Attribute TypeDescriptionBest Practice
TextFree-form text input.Use for titles or descriptions. Avoid for data you want to filter on.
Select List (Single)A dropdown list where users pick one option.Essential for consistency. Use for Discipline, Document Type, and Status.
Select List (Multi)A list where users can select multiple options.Use sparingly, perhaps for tagging documents related to multiple systems.
DateA standard date picker.Mandatory for key dates like 'Date of Issue'.
Auto-numberSystem-generated unique number.Creates a unique, unchangeable Document Number for every record.

For example, you might make 'Document Type', 'Discipline', 'Zone/Level', and 'Revision' mandatory select lists. This forces every user to categorize their documents in a predefined way, making global searches and reports clean and reliable. The 'Title' can be a free-text field, allowing for descriptive flexibility.

Organizations, Roles, and Governance

Once the schema is set, the next step is to manage who can do what. This involves two main concepts: the Project Directory and Project Roles. The Project Directory is the master list of all companies and users participating in the project. It's the address book for all official correspondence and workflows.

Maintaining a clean Project Directory is critical. It should only contain active participants. When a company's scope of work is complete, their users should be deactivated to prevent unauthorized access and reduce clutter.

Project Roles are where you define permissions. Instead of assigning access rights to individual users, you assign them to a role, and then assign users to that role. This is far more efficient. For example, you can create a 'Structural Engineer (Reviewer)' role and grant it permission to view architectural drawings but not edit them. When a new structural engineer joins the team, you just add them to that role, and they instantly inherit the correct permissions.

Good governance means regularly auditing these roles and user assignments. It also involves a clear process for onboarding and offboarding users, managed by each organization's administrator. Don't let your project directory become a ghost town of former employees.

Advanced Customization

Beyond the standard setup, Aconex allows for deep customization through Project Fields. These are custom data fields that you can create and add to different modules, such as Documents, Mail, or Workflows. They allow you to capture project-specific information that doesn't fit into the standard attributes.

For example, you could create a 'Funding Source' project field to tag all documents and correspondence related to a specific grant. Or, on a large infrastructure project, you might create a 'Work Package' field to track deliverables against the contract.

The key is to use these fields strategically. Each custom field should serve a clear reporting or tracking purpose. Avoid creating fields that are ambiguous or subjective. Just like with document attributes, a select list is almost always better than a free-text field for ensuring data integrity.

Quiz Questions 1/4

According to the provided text, what is the single most important part of setting up an Aconex project?

Quiz Questions 2/4

When setting up mandatory document attributes, what is the key trade-off a project administrator must consider?

A well-structured Aconex project provides clarity and control. By thoughtfully defining your document schema, roles, and custom fields upfront, you establish a robust framework that supports collaboration and provides valuable insights throughout the project.