Exercise - In Out and Call
- In CalcOrderTotalForShipper add to the Run method two parameters type NumberColumn:
- TotalOrders.
- TotalFreightValue.
- In the Run method after the Execute update the two parameters with local variables value. (remember to use .Value for the NumberColumns)
- In ShowShippers.
- Override the OnEnterRow.
- Add a call to CalcOrderTotalForShipper. (use the run snippet)
- Remember to send the ShipperID and the two local columns to CalcOrderTotalForShipper.
- Save changes to Git.
- Build and test.
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com