The Aras CM2 Community Project package adds to and modifies the base PLM application to provide 4 Star Certified CM2 capabilities:
- ECR and ECN relabeled to CR and CN, with updated forms and several new relationships per the CM2 standard
- New Identities for Change Leader, Change Implementation Leader, and Audit Release Analyst used revised permissions for the change items and change controlled items
- The CR can be used as a combined CR/CN for fast-track changes if desired
- New CM2 CR and CM2 CN workflow maps per the CM2 standard
- The Affected Item relationships are labelled Impact Matrix can be used to specify the Planned Release and Effective dates for change affected items
- The CR and CN can link to a detailed implementation plan (Aras Project)
- New CM2 IR "Investigation Request" itemtype and workflow
- Parts are relabeled as Physical Items and Documents are relabeled as Datasets
- Document to Document and Document to Child Document relationships are available to specify reference documents and sub-documents respectively
- A new Document Part relationship allows Parts classified as Tools to be specified on a document (generally used for Process Plan documents/datasets)
- Baseline reports for Physical Items (Parts) of D&P, ILS, Facility, IS, and Enterprise classifications providing the As-Planned/As-Released Baseline for a given date
- Support for Physical Item Model classifications, supporting serial number assignment
- Planning Bill report for a specified effective date, showing the BOM for that date plus changes for a given Physical Item
- CM2 Order Bill itemtype to define the BOM for a specified part and effective date on an order, generated through a “Derive Order Bill” action to derive the order bill from the effective planning bill for that part
- Work Authorization with action to derive Work Authorization BOM
- Combined CR/CN capability on CR form and workflow map
- ECR Impact Matrix - a simplified version of the Express ECO Impact Matrix
- ECR to ECN conversion action
Release | Notes |
---|---|
v3.0.0 | Updated to support 14.0, tested against Release 31 |
v2.0.0 | Updated to support 12.0 |
v1.2.0 | Adds a simplified version of the Express ECO Impact Matrix onto the ECR, and adds an item action to convert an ECR to an ECN. |
v1.1.0 | This release adds a Work Authorization, with an action to derive Work Authorization BOM. It also combines CR/CN capability on the CR form and workflow map. |
v1.0.1 | Typo fix in readme. |
v1.0.0 | First release. |
Project | Aras |
---|---|
v3.0.0 | 14.0SPX (Tested against Release 31) |
v2.0.0 | 12.0 SPX |
v1.2.0 | 11.0 SP12+ |
v1.1.0 | 11.0 SP12+ |
v1.0.1 | 11.0 SP12+ |
v1.0.0 | 11.0 SP12+ |
Always back up your code tree and database before applying an import package or code tree patch!
- Aras Innovator installed
- PE 12.0 R1 installed
- Aras Package Import Utility
- CM2 Community Project package
- Code Tree overlay
- Backup your code tree and store the backup in a safe place.
- Copy the
Innovator
folder from\CodeTree
in your local repository. - Paste this folder to the root install directory of your code tree.
- This should be the same folder that contains the
InnovatorServerConfig.xml
.
- This should be the same folder that contains the
- Back up your database and store the BAK file in a safe place.
- Open up the Aras Package Import tool.
- Enter your login credentials and click Login
- Note: You must log in as root for the package import to succeed!
- Enter the package name in the TargetRelease field.
- Optional: Enter a description in the Description field.
- Enter the path to your local
..\cm2\Import\1-Pre\imports.mf
file in the Manifest File field. - Select the following in the Available for Import field.
- com.aras.innovator.solution.PLM
- Select Type = Merge and Mode = Thorough Mode.
- Click Import in the top left corner.
- Enter the path to your local
..\cm2\Import\2-Post\imports.mf
file in the Manifest File field. - Select the following in the Available for Import field.
- com.aras.innovator.solution.PLM
- Click Import in the top left corner.
- Close the Aras Package Import tool.
You are now ready to login to Aras and use the new CM2 capabilities.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request.
For more information on contributing to this project, another Aras Labs project, or any Aras Community project, shoot us an email at [email protected].
Created by Mike Gavlak and Eli Donahue for Aras Corporation.
Aras Community projects are published to GitHub under the MIT license. See the LICENSE file for license rights and limitations.