An implementation of the AIAG standard 5 Phase Project Template.
Aras 12.0
Aras 12.0 (open release)
Though built and tested using Aras 12.0, this project should function in older releases of Aras 11.0 and Aras 10.0.
Always back up your code tree and database before applying an import package or code tree patch!
- Aras Innovator installed (version 12.0 SPx preferred)
- APQP-Template.xml file
- Deliverable_List.xml file
- Open up Nash.aspx or AML Studio.
- You can access Nash via your Aras url: http://localhost/InnovatorServer/Client/scripts/nash.aspx
- Login using your Aras instance credentials.
- Copy the contents of
APQP-Template.xml
into Nash or AML Studio. Click Submit. - Copy the contents of
Deliverable_List.xml
into Nash or AML Studio. Click Submit.
- Log in to Aras as admin.
- Navigate to Administration > Variables in the table of contents (TOC).
- Search for a Variable named
CorporateTimeZone
. If it does not exist, create one and set the value to a time zone name.
- Example: Set the value to
Eastern Standard Time
for east coast US locations.
- Navigate to Templates > Project Templates in the table of contents (TOC).
- Select the APQP Template in the main grid.
- Right click the APQP template and select Promote.
- In the promotion dialog, double click Approved.
Note: To create projects from the APQP template, you will need to promote the Project Template item to "Approved". Otherwise, the template will not appear as an option in the template dropdown list on the New Project form.
You are now ready to use the APQP Project Template.
- Log in to Aras as admin.
- Navigate to Portfolio > Projects.
- Click the Add New button.
- In the Add Project Plan dialog, select Yes for Use Template.
- In the Project Template dropdown list, select APQP.
- Fill in the Project's name and scheduling fields.
- Click the green checkmark icon to submit the form and create a project form the APQP template.
The newly created project will now open and you can browse the Project Plan tab to view the activities created by the APQP template.
- 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].
Original code written by Peter Schroer for Aras Corporation.
Documented by Eli Donahue for Aras Labs. @EliJDonahue
Aras Labs projects are published to Github under the MIT license. See the LICENSE file for license rights and limitations.