Monday, February 27, 2023

Docentric report generation through code/batch from X++ | D365 F&0 | Dynamics 365 Finance and Operation

 Docentric report generation through code/batch


DocSrsReportGenerator docSrsReportGenerator = new DocSrsReportGenerator(controllerV2);
docSrsReportGenerator.setPrintDestinationSettings_DocentricReport(DocOutputFileFormat::PDF);

docSrsReportGenerator.generateDocentricReport();

No comments: