This project adds a convenient "Community Forums" button to the main header toolbar in Aras Innovator, providing quick access to the Aras Community website. The button appears in the top-right area of the header and opens the community forums in a new tab when clicked.
Enhances the user experience by making it easy for users to access community resources, documentation, and support directly from within the Aras Innovator interface without having to bookmark or remember the community URL.
The Community Forums button appears in the header toolbar with a community icon.
| Release | Notes |
|---|---|
| v1 | Initial Release |
| Project | Aras |
|---|---|
| v1 | 14.0+ (Tested on Release 35) |
Note: This project was built and tested using Aras Innovator Release 35, but should work on any version of Aras Innovator 14.0 or later due to the simple nature of the CommandBarButton implementation.
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.LinkToCommunityForums 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
..\Link to Community Forums\Import\imports.mffile in the Manifest File field. - Select the package 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 to your Aras Innovator instance
- Look for the Community Forums button in the top-right area of the header toolbar
- Click the button to open the Aras Community website in a new tab
- The button is available to all users and provides quick access to:
- Community discussions and forums
- Technical documentation
- Best practices and tips
- Support resources
- 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 Matt Toppi for Aras Labs.
Published to Github under the MIT license. See the LICENSE file for license rights and limitations.

