Hi, I'm new to d365 customizations and trying to add fields to an existing report (WHSPickListShipping) in d365 finance and operations (which forum should I use?!). An integration partner walked me through how to
- create the new version of the report
- add code to use the new report in print management
- create the new query
- change the report to use the new query.
However, we got stuck b/c none of the data for the new fields (SalesId, DeliveryPostalAddress) we added to our query seem to be getting populated with anything.
The new query is duplicated from WHSPickListShippingReport and we are trying to add a connection to SalesTable. I see that WHSWorkLine and WHSWorkTable both have relations to SalesTable.
I've tried setting "Use Relations" to "Yes" but the relation doesn't seem to get added by default. Should it?
I've tried to manually create the relation a couple different ways to both WHSWorkLIne and WHSWorkTable, I'd appreciate any help that someone can provide on what I might be missing. TIA!
properties for SalesTable:

1. manually specifying the fields
properties for Relation

2. using the existing relation

existing relation on WHSWorkLine

relation on WHSWorkTable
