This is a very simple Visual Studio Web Application that includes several text boxes and a button.
A user will be able to fill in data into the text boxes, and once the user clicks the "Submit" button, a connection to Aras Innovator is made during which it creates a new PR with the given data provided by the user.
Built Using:
Aras 11.0 SP9
Versions Tested:
Aras 11.0 SP7, 11.0 SP9
Browsers Tested:
Internet Explorer 11, Firefox 38 ESR, Chrome
Though built and tested using Aras 11.0 SP9, this project should function in older releases of Aras 11.0.
Pre-requisites
- Aras Innovator installed (version 11.0 SPx preferred)
- Visual Studio (2015 preferred)
Usage
- Open the solution in Visual Studio.
- Start the External_Input_Example project.
- Wait for the the web page to load
- Enter the log in credentials for the preferred Aras Innovator instance and the new PR data.
- Click submit.
- Once the connection is made and the new PR is created with the data provided by the user, a confirmation window will appear.
The PR Web Page with log in credentials and PR data filled out
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
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.
Credits
Original code written by Aras Corporation Support for Aras Corporation.
Updated and Documented by Jillian Jakubowicz for Aras Labs. @JillJakubowicz
License
Aras Labs projects are published to Github under the MIT license. See the LICENSE file for license rights and limitations.