Views:
Applies to Product - Dynamics 365 Supply Chain Management


What’s happening?

The customer wants to understand the function of the 'Print COD' button on the Deliver Note Posting page, specifically what actions are performed when this button is used during the delivery of a sales order.

 Reason:

The underlying logic related to the 'Print COD' button is not well-documented, leading to confusion regarding its functionality.

Resolution:

When the 'Print COD' button is activated, it generates data and displays the 'SalesCODReport'. This report includes the following information: - Company information - Customer name and address - Customer transaction information
The related code for this functionality can be found in SalesCODLabelDP::insert####TmpTable(), and the report name is SalesCODLabel. Please test this functionality and reach out for further assistance if needed.