Exercise - Send Parameter
- Add new UIController name it ShowEmployees.
- Set the Employees Entity to be the main table.
- Build.
- Add the following columns to the form grid :
- EmployeeID.
- LastName.
- FirstName.
- Title.
- Save changes to Git.
- Build and test.
- Add a button on the form, name the new button Show Cars.
- Using the new button click event call ShowEmployeeCars. (use the run snippet).
- Save changes to Git.
- Build and test.
- In ShowEmployeeCars add a Number parameter in the Run method, name it EmployeeID.
- Add a Where to show only cars that belong to the selected employee.
- In ShowEmployees code behind send the EmployeeID.
- Save changes to Git.
- Build and test.
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com