Exercise - Returning The Selected Value
In SelectCustomers:
- Check the data type of Customers.CustomerId (use "Go To Definition")
- Set a local column _CustomerID make sure that it is not readonly.
- In the Run method receive a parameter with the relevant column type, name it customerID.
- In the Run method set _customerId to reference to customerID.
- At the OnSavingRow update the _customerId.Value to the Customers.CustomerId (selected value).
- Save changes to Git.
- Build and test using the Developer Tools.
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com