Exercise - Optional parameters
- In CalcOrderTotalForShipper change the two NumberColumns parameters to optional parameters.
- Add If statment for the two updates, check for null, and update only if the recived paramter is different then null.
- Add a new menu entry name its Run BP with Optional parameters and call CalcOrderTotalForShipper.
- Notice that Visual studio force you to send only one parameter.
- Hard code 2 as the shipper ID.
- Save changes to Git.
- Build and test.
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com