Kempeth
Kempeth

Reputation: 1948

Adding report to be printed together with sales order confirmation

I've created a new Report summarizes the items in an order. This report works and is integrated into the order confirmation journal form (where you can print previously posted version of the confirmation) so that you can print it from there.

What I am struggling with is to have it printed automatically when the user generates a new confirmation (Proforma or otherwise). Luckily part of our customization is another report that is integrated exactly like I need mine to be. I've tried to copy as much as I could find from it but it is not enough.

What I've done so far:

However none of this has been sufficient and I can't find anything else. Can someone explain to me what I'm missing or point me towards some resource that explains this FormLetter Framework? (All I've found is some useless MS document that waxes on lyrically about how much better it is in AX 2012 over 2009)

Upvotes: 0

Views: 716

Answers (1)

Alex Kwitny
Alex Kwitny

Reputation: 11544

Here's the updated FormLetter framework you asked for:

https://technet.microsoft.com/en-us/library/hh272871.aspx

What you're trying to do is a pain because everything is getting packed/unpacked, marshalled, etc. I think you might be missing SalesFormLetterParmData or SalesFormletterParmDataConfirm.

Your question isn't terribly clear with what is going wrong, so I might have misread it.

Upvotes: 1

Related Questions