This package adds an additional CUI Menu Button that give users the ability to choose the Starting Page by themselves.
In addition, this project can also be used as a simple and easy-to-follow example for the following use cases:
- Create and use custom forms
- Create CUI menu items
- How to use drop-down lists independent from ItemTypes
- ✨Learn how to handle type-ahead drop-down lists!✨
- Item queries and error handling
- …
Aras 11.0 SP11
Aras 11.0 SP11 The current release supports Aras versions >=11.0 SP11. For older Aras versions (<= 11.0 SP10) you can use the available SP9 release.
Internet Explorer 11, Chrome 66.0, Firefox ESR 52.7.4
Always back up your code tree and database before applying an import package or code tree patch!
- Aras Innovator installed (version 11.0 SPx preferred)
- Aras Package Import tool
- Import package of this project
- 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-select-starting-page\Import\imports.mf
file in the Manifest File field. - Select bpl.app.SelectStartingPage 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 Aras.
- Navigate to Tools > Preferences > Select Starting Page in the main menu.
- Choose the new Starting Page from the drop down list.
- Click Ok to save the new Starting Page.
- 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 @AngelaIp Contributions by: @cgillis-aras
This project is published to Github under the Microsoft Public License (MS-PL). See the LICENSE file for license rights and limitations.