This application allows delivery of Crystal Reports by either Email or File export either directly, or scheduled through NextGen's Background Business Processor.
Refer to the User Guide for installation and configuration.
Here is a simple flow chart:
flowchart LR;
subgraph nge [NextGen]
direction TB
ng[(NGProd)]-->bbp;
bbp[[BBP Job]];
end
bbp-->cd;
cd-->pdf[[fa:fa-file-alt Report Delivered!]];
subgraph cd [Crystal Delivery]
direction TB
crxml([fa:fa-file-code *.crxml]) --> crd;
crd(CR_Delivery.exe) --> crxml;
crxml --> rpt(*.rpt) --> crxml;
end
Though most versions are suspected to work as is, these are the specific versions tested against.