ItemTypes, Methods, and other configuration items can be shared between Innovator instances by creating packages to use with the Package Import/Export Utilities. There is a convenient function available from the menu of the main grid under Tools > Admin > Add to Package Definition that can be used to quickly add items to existing package or to create new packages altogether.
This project uses CUI to create a similar menu buttons to add items from Item Forms as well as the Relationships Grid.
This project and the following release notes have been migrated from the old Aras Projects page.
Release | Notes |
---|---|
v2.1 | Bug fixes |
v2.0 | Updated for 12.0 |
v1 | Initial Release |
Project | Aras |
---|---|
v2.1 | 12.0 SP4, 12.0 SP5 |
v2.0 | 12.0 |
v1 | 11.0 SP15, 11.0 SP12 |
Note: v2.0 of this project was built and tested using 12.0 and is not back-compatible with older versions of Aras Innovator due to CUI changes. v1 of this project project was built and tested using 11.0 SP15, but it should work in any version of Aras Innovator 11.0 greater than 11.0 SP7
Always back up your code tree and database before applying an import package or code tree patch!
- Aras Innovator installed
- Aras Package Import tool
- aras.labs.cui.AddToPackage import package
- Backup 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 login 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
..\CUI Add to Package\Imports\imports.mf
file in the Manifest File field. - Select both packages in the Available for Import field.
- Select Type = Merge and Mode = Thorough Mode.
- Click Import in the top left corner.
- Close the Aras Package Import tool.
- Login as admin
- This action will be hidden from non-adminsitrator users
- Open any Item
- In the Item's window or tab, select Share > Add to Package Definition
- Choose a package to add this item to
- Click OK
- Confirm that this Item was added to the package
- You can find the packages in your system in the TOC under Administration > Configuration > PackageDefinitions
- Login as admin
- This action will be hidden from non-administrator users
- Open any Item with a relationship
- In the relationships grid, click the Share button to see two new actions
- Choose one of the two options based on what you wish to add
- Choose a package to add this item to
- Click OK
- Confirm that this relationship or related Item was added to the package
- 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
Created by Christopher Gillis for Aras Labs. @cgillis-aras
Published to Github under the MIT license. See the LICENSE file for license rights and limitations.