I am trying to add RMANo to the SO Daily Shipment Report.
I created UDF_RMA_NO in SO_DailyShipment using SalesOrderNo.RMANo as the source.
Next created UDF_RMA_NO in SO_DailyShipmentWork using SO_DailyShipment.UDF_RMA_NO as the source.
To test I enter an RMA, generate a sales order and invoice through shipping entry, run the Daily Shipment Report, but SO_DailyShipmentWork.UDF_RMA_NO is empty.
The RMA number is in both the Sales Order and Invoice records.
What am I doing wrong?