I want to say:
PrintReportAdapter = new PrintReportAdapter(args);
PrintReportAdapter.PrintARInvoice(args);
But all I have to work with is a BO:
boPrintReport
ERP10 discourages the direct use of BOs. I cannot say:
boPrintReport = new PrintReportImpl(args);
In ERP10...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.