Exercise - Send Parameter

  1. Add new UIController name it ShowEmployees.
  2. Set the Employees Entity to be the main table.
  3. Build.
  4. Add the following columns to the form grid :
    1. EmployeeID.
    2. LastName.
    3. FirstName.
    4. Title.
  5. Save changes to Git.
  6. Build and test.
  7. Add a button on the form, name the new button Show Cars.
  8. Using the new button click event call ShowEmployeeCars. (use the run snippet).
  9. Save changes to Git.
  10. Build and test.
  11. In ShowEmployeeCars add a Number parameter in the Run method, name it EmployeeID.
  12. Add a Where to show only cars that belong to the selected employee.
  13. In ShowEmployees code behind send the EmployeeID.
  14. Save changes to Git.
  15. Build and test.

Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com