I've copied and modified the WHSPickListShipping.Report. I've extended the WHSWaveTavle form, made the PrintPickList action not visible, copied this action and had it call my report. I step through the code and see where my new report is set in correctly. However, it's still using the original report. I finally figured out, I think, that it's because the Print Management, on Warehouse management, has the report format going against WHSPickListShipping.Report.
So, I tried to change that to my new report format, but it's not showing up in the dropdown. I have Built and Deployed the new report. How do I get my new report to show up in this dropdown?
I appreciate the help. I'm very new to D365 FO coding, so I'm still learning.