This project adds a lightweight client UI enhancement to Aras Innovator that clearly highlights when you are viewing an item that is not the latest version. It helps prevent accidental edits on outdated items by adding a visual warning on forms where applicable.
- Highlights non-latest versions directly on the item form
- Designed to be unobtrusive for latest versions.
- Ships as a standard import package
- Package name:
aras.labs.oldVersionHighlight(seeimports.mf) - Includes Client UI assets (form/view customizations and rule)
- Package name:
- Aras Innovator installed (Release 33 or later recommended)
- Aras Package Import Utility
Important: Always back up your code tree and database before applying an import package or code tree patch.
- Aras Innovator installed
- Aras Package Import Utility
- This project's import package (manifest and related files)
- Back up your database and store the BAK file in a safe place.
- Open the Aras Package Import tool.
- Enter your login credentials and click Login.
Note: you must log in asrootfor the package import to succeed. - In TargetRelease, enter the Innovator release this package targets (for example:
33). - In Manifest File, enter the path to this project's
imports.mffile, for example:
..\oldVersionHighlight\imports.mf - In Available for Import, select the package from this project:
aras.labs.oldVersionHighlight. - Set Type =
Mergeand Mode =Thorough Mode. - Click Import.
- Close the Aras Package Import tool.
After import, supported forms will display an "old version" highlight when a non-latest version is opened.
Set the Part ItemType form priority so the new form displays above the default Part form (lower numbers mean higher priority).
- In the TOC, go to
Administration > ItemTypesand openPart. - On the Views tab, select the form delivered with this package (labs_oldVersionHighlight).
- Set its Priority to a lower number than the default Part form, or raise the default Part form's Priority so the new form sits above it.
- Save.
Created by Matt Toppi for Aras Labs.
GitHub: @matttoppi
MIT License - see the LICENSE file for details.

