This project demonstrates how to hide specific tabs on a tear-off form. For this sample code, we hide the BOM and BOM Structure tabs on the OOTB Aras Part form.
The sample code provided in this project will hide the relationship tabs for only one form. If your use case requires that you hide relationship tabs for any form of a given ItemType, you can follow the approach in our Hide Tabs By Identity community project.
Release | Notes |
---|---|
v3.0.0 | Validated for 12.0 and 12.0 SP1 |
v2.0.2 | Updating README from old format. Validated for SP12 and SP15. |
v2.0.1 | Fixed release links in project readme and updated test status. |
v2.0 | Project updated for the Aras 11 SP9 tabbed client. |
v1.0 | Initial release based on a legacy community project. |
Project | Aras |
---|---|
v3.0.0 | 12.0, 12.0 SP1 |
v2.0.2 | 11 SP9, 11SP12, 11SP15 |
v2.0.1 | 11 SP9, 11SP12, 11SP15 |
v2.0 | 11 SP9 |
v1.0 | 11 SP7, 11 SP5 |
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)
- Aras Package Import tool
- labs_HideTabs 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
..\HideTabs\Import\imports.mf
file in the Manifest File field. - Select aras.labs.HideTabs 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.
- Log in to Aras as a user with permission to view Parts - i.e. 'admin'.
- Select Design > Parts in the Table of Contents (TOC).
- Open up any Part item for viewing.
The BOM and BOM Structure tabs will be hidden from the form. The first relationship tab that appears will be the 'Alternates' tab.
- 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 araslabs@aras.com.
Original code written by Aras Support.
Documented and published 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.