Exercise - Returning The Selected Value

In SelectEmployees:

  1. Check the data type of Employee.EmployeeId (use "Go To Definition")
  2. Set a local column _EmployeeId make sure that it is not readonly.
  3. In the Run method receive a parameter with the relevant column type, name it employeeId.
  4. In the Run method set _employeeId to reference to employeeId.
  5. At the OnSavingRow update the _employeeId.Value to the Employees.employeeId (selected value).
  6. Save changes to Git.
  7. Build and test using the Developer Tools.

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