I can see report for po from front end ,so how can find a name of report in back end in ax 2009 (AP module).
when we go on this path:: proforma>>invoice>>ok then report be open and call purchformletter class.
So i want to know the name of report on backend.tell me the name of report asap.
thank in advance.
Report for proforma-invoice (purchase) called by PurchFormLetter should be “PurchInvoice”
hello Patrick,
when we add debugger on “purchinvoice " report on " fetch” method then we dont get anyreport method call.
but we are able to call class "purchformletter " and form “purcheditlines”.
and i cant find why wrong amount came in my report before posting.