Contains a Form that demonstrates how to disable and enable the different kinds of Fields available in a Form.
Aras 11.0 SP15
Aras 11.0 SP15
Chrome 71
Always back up your code tree and database before applying an import package or code tree patch!
- Aras Innovator installed (version 11.0 SP15 preferred)
- Aras Package Import tool
- DisableFieldsExample import package
- Backup 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 login as root for the package import tool to succeed!
- Enter the package name in the TargetRelease field
- Optional: Enter a description in the Description field
- Enter the path to your local
..\DisableFieldsExample\Import\imports.mf
file in the Manifest File field - Select aras.labs.disableFieldsExample 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
You are now ready to login to Aras and try out the example!
- Log in to Aras as admin
- From the main window run Actions > Open Disable Field Example
- You should see a dialog with a few different fields and a Toggle button next to each one
- Pressing the toggle button will switch whether the field next to them is enabled or disabled
- 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
Original Aras community project written by Christopher Gillis at Aras Corp.
Documented and published by Christopher Gillis for Labs. @cgillis-aras
Aras Labs projects are published to Github under the MIT license. See the LICENSE file for license rights and limitations.