Add color to main grid and impact matrix
Description
This project demonstrates some simple ways to improve visibility and coloring in Aras.
Project Details
Built Using:
Aras 11.0 SP11
Versions Tested:
Aras 11.0 SP11
Browsers Tested:
Internet Explorer 11, Chrome 66.0, Firefox ESR 52.7.4
Usage
Important!
Always back up your code tree and database before applying an import package or code tree patch!
Sample 1: Add background color to main grid
- Create new Method and add sample code
- Optional: Additional target columns or styling options can easily be added in the code
- Add the Method in your target ItemType (e.g. Part) in tab Server Events
- Use event onAfterGet
Sample 2: Add background color to impact matrix
- Open Method Express ECO ImpactMatrixGrid
- Add state color in Impact Matrix by modifying RowClass around line 1603/1604
- See more instruction in the code comments
Sample 3: Color appearance of List items (without Methods)
Contributing
- 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
Credits
Created by @AngelaIp
License
This project is published to Github under the Microsoft Public License (MS-PL). See the LICENSE file for license rights and limitations.