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 _customerId to reference to customerID.
  5. At the OnSavingRow update the _customerId.Value to the Customers.CustomerId (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