I am trying to replace the Report printing object for ARInvForm (Epicor.Mfg.UI.Rpt.ARInvForm.Transaction)
with Erp.UI.Rpt.ARInvForm.Transaction in Epicor 10. However, I am getting the error
‘ARInvForm’ does not exist in the namespace ‘Erp.UI.Rpt’, even thought it does. I added the reference Erp.UIRpt.ARInvForm as seen in the image.
How do I gain access to the ARInvForm.Transaction for reporting?
I am trying to print Batch Invoice Printing and converting an E9 reference for a class:
class InvcPrinter : Epicor.Mfg.UI.Rpt.ARInvForm.Transaction.
However, I do not know the replacement reference object for E10 to the above.