Aligned Elements Web Client User Manual
3.1.272.24402
3.1.272.24402
  • Introduction
  • Basic Concepts
  • Get Started
    • Activate your Aligned Elements Account
    • Log In
    • Open a Project
    • Change Project
    • Create a new Project
    • The Project Start Site
    • Your Assigned Items
    • Manage Your User
    • Log Out
    • Enter Design Control Items
      • Work with Chapters
      • Work with Table Attributes
      • Inserting Images in Attributes
      • Working with Traces
      • Add Issues
      • Add Attachments
      • Collaborate using Comments
      • Favourites
      • Find in... Actions
      • Inconsistencies and Positive Cues
  • Document Object Actions
    • Move and Rearrange Chapters and Document Objects
    • Update Multiple Items
    • Generate Design Control Items
    • Copy Design Control Items
    • Lock Document Objects
    • Generate Reports
    • Export Document Objects
    • Import Document Objects
    • Copy Document Objects between Projects
    • Import Files
  • Explorers and Views
    • Project Explorer
    • File Explorer
    • Trace Explorer
    • Test Run Explorer
    • Project History
    • Chapter View
    • List View
    • Search Result View
    • Export to Excel in Grids
  • Project Status
    • Display Inconsistencies
    • Display Consistency Coverage
    • Display Risk Summary
    • Display DHF Index
  • Queries
    • Run a Query
    • Design a Query
    • Query Filters
  • Charts
    • Display a Chart
    • Design a Chart
  • Trace Tables
    • Run a Trace Table
    • Design a Trace Table
  • Work with Documents
    • Adding Word Document to File Objects
    • The Word Add-in. Adding Design Control Items to Documents
    • Sign Documents with Electronic Signatures
    • Save Files to Disk
    • Released Document View
  • Design Reviews
    • Conduct a Design Review
  • Risk Analysis
    • Perform a FMEA Risk Assessment
    • Perform a Preliminary Hazard Analysis
    • Relative vs. Absolute Mitigations
    • Potential Hazard
    • Using the Risk Analysis to assess the Software Safety Classification
  • Manage Tests
    • Test Runs
      • Planning a Test Run
        • The Burndown Chart
      • Executing a Test Run
      • Completing a Test Run
      • Test Run Functions
      • Test Runs and Linked Projects
      • Caching of Test Runs and Test Run Explorer
    • Classic Tests
  • Work with Tags
    • Add Tags
    • Filter views on Tags
    • Edit Tags
    • Tags and Snapshots
  • Assistants
    • Run an Assistant
  • Snapshots
    • Create a Snapshot
    • Display a Snapshot
    • Compare Snapshots
  • Settings
    • Project Information
    • Manage Users
    • Manage User Groups
    • Project Settings
    • Project Hierarchy
      • Branch Projects
      • Merge Projects
    • Unlock Objects
  • Dashboards
    • Select a Dashboard
    • Create a Dashboard
    • Remove a Dashboard
  • AI Features
    • AI Features in Aligned Elements
  • Aligned Elements Automation Tool
    • The Automation Tool
  • Web Administrator Tools
    • Manage Projects
    • Rename, Copy or Remove Project
    • Manage Users
    • Manage Permissions
    • Register a new Administrator
    • Inspect User Logs
    • Manage Templates
    • Download Log Files
  • Manage Service Configuration
  • Configure a Type Name Change
Powered by GitBook
On this page
  • Changing a Type Name (and not Prefix)
  • Preparations
  • Execution
  • Consequences
  • Changing a Type Name and Prefix
  • Preparations
  • Execution
  • Consequences

Configure a Type Name Change

Document Object Type Names are stored in many parts of the project.

When wanting to change a Type name, simply changing the type name in the .rvt file is not sufficient (Aligned Elements will interpret it such as "all objects of the old type name are gone and a new type has been added" i.e. Aligned Elements does not understand that the old and new type names relate to each other.)

Changing a Type Name (and not Prefix)

Preparations

Update the template type name in the rvt file in the TypeInfo tag.

Add a conversion hint to the TypeInfo tag with:

  • OldName="<the old type name>"

  • OldPrefix="<the old prefix>" (being same as the new prefix i.e. no change)

  • InlineConversion = "true"

  <TypeInfo TypeName="Requirement" Prefix="DIR" IncludeInOfficeIntegration="true" IsVisibleBook="true" DisplayOrder="123">
    <ConversionHint OldTypeName="Design Input Requirement" OldPrefix="DIR" InlineConversion="true"/>
  </TypeInfo>

Update the docx template by changing the type name in main tag.

  • Update all templates (rvt, docx and Trace Tables docx) that refer to the renamed template

  • The ProjectMapping.xml file might need to be updated if it is used

  • The ProjectExplorerTemplate.xml file might need to be updated if it is used

  • Do not forget to remove the originally named file from the template set

Execution

Make sure no one else is logged in to the project. Load the project with the Force Template Reload checkbox ticked.

Consequences

This operation will automatically update the Type Name in the database data records.

Changing a Type Name and Prefix

It is also possible to change the type name and prefix in one go.

A prefix change is considerable more intrusive than a type name change since the prefix is a part of the Document Object IDs. Therefore, a chage of prefix will lead to a new revision of all objects of the type in questions. The old revisions, and all artefacts that contain old artefacts, such as snapshots, queries, reviews, test runs etc. will no longer be accessible.

Inform yourself carefully before performing a prefix changes since the consequences are extensive.

Preparations

Update the template type name and prefix in the rvt file in the TypeInfo tag.

Add a conversion hint to the TypeInfo tag with:

  • OldName="<the old type name>"

  • OldPrefix="<the old prefix>"

  • InlineConversion = "false"

  <TypeInfo TypeName="Requirement" Prefix="RQ" IncludeInOfficeIntegration="true" IsVisibleBook="true" DisplayOrder="123">
    <ConversionHint OldTypeName="Design Input Requirement" OldPrefix="DIR" InlineConversion="false"/>
  </TypeInfo>

Update the docx template by changing the type name in main tag.

  • Update all templates (rvt, docx and Trace Tables docx) that refer to the renamed template

  • The ProjectMapping.xml file might need to be updated if it is used

  • The ProjectExplorerTemplate.xml file might need to be updated if it is used

  • Do not forget to remove the originally named file from the template set

Execution

Make sure no one else is logged in to the project. Load the project with the Force Template Reload checkbox ticked.

Consequences

A change of prefix will lead to a new revision of all objects of the type in questions. The old revisions, and all artefacts that contain old artefacts, such as snapshots, queries, reviews, test runs etc. will no longer be accessible.

The word documents must be updated manually since they are not adapted during the conversion.

Inform yourself carefully before performing a prefix changes since the consequences are extensive.

PreviousManage Service Configuration

Last updated 2 months ago