Need to be able to specify Ship To instead of Sold To address in quote form

request for enhancement - we use SSRS to print the form.

Currently only 1 address address prints on the quote form that we send to the customer and that is the Sold to name address and contact details.

What would be useful is when the form is printed for the customer is if the ship to contact details and address could be selected to print on the finished quote form.

Hello @darrenm welcome aboard.

That information gets printed on the Sales Order Acknowledgement and the Packing list.

In order to achieve this you would need to modify the RDD to join in the Ship To details. The Ship To number and the ship to customer number are already there in the RDD.

Once you have that information you will be able to update the SSRS to include the additional data to make it look more like the Sales Order Acknowledgement.

If you are looking for more detailed assistance, then the “Designing SSRS Reports” Topic in the Help is good primer.

I hope that helps