Sam
Sam

Reputation: 28999

Dynamics AX 2009 How to change customer invoice layout/printing?

I'd like to change the default customer invoice print to something else. Add an image to the head, change the layout, change the columns, well everything in fact.

Can someone explain how to start this, or maybe point me to some tutorial or reference about this?

So far all I found was ways to create new reports, but I'd like to change the default invoice print, not create something new.

Upvotes: 0

Views: 9149

Answers (2)

Chromableed Studios
Chromableed Studios

Reputation: 455

For Dynamics 2009 some of the basics on report modification are actually in the Microsoft Certification books for DEV I, II, III and IV. There are a couple cook books for AX worth looking into as well. MSDN/PartnerSource is always good.

Another approach is to open the "reports" node in the AOT and locate the "tutorial_" prefixed reports which have been created to demonstrate report modification.

ex: tutorial_Date tutorial_Joins tutorial_HelloWorld tutorial_Prompt

Upvotes: 0

j.a.estevan
j.a.estevan

Reputation: 3097

Default sales invoice report is in AOT>Reports>SalesInvoice. This is not an easy report to modify so it is recomendable to add a new design to it instead of modifying the Standard one. This way you always can revert changes to the standard.

You have more information about AX reporting at:

http://msdn.microsoft.com/en-us/library/bb427701(AX.10).aspx

Upvotes: 3

Related Questions