Reports

It is often useful for documentation and administrative purposes to save details of an action or data source as an XML file that can be used in reports. Actions and data sources can be saved in the form of a file in order to be loaded into projects running on separate applications, see Load/Save definitions. They can also be exported to  XML, HTML, CSV or text file format by means of an Export action see Export action properties. Producing a report is very similar to exporting. In this case the data source or action is exported to an XML file and an XSL stylesheet is applied. The format and layout of the report is defined by the XSL stylesheet, and a default set is supplied with the system.  If there is no XSL stylesheet for that action a report will still be generated, but is in the raw XML format. Thus in this case producing a report is identical to exporting - the report file is identical to the export file where the selected output format is XML.

Actions:

Data Sources:

activity-act.xsl
as400-act.xsl
commandline-act.xsl
dta-act.xsl

email-act.xsl

export-act.xsl
filecopymove-act.xsl
literator-act.xsl

pop3-act.xsl
scriptlet-act.xsl
sql-act.xsl
webservicerequest-act.xsl
xmlschemavalidation-act.xsl
xslt-act.xsl

csv-ds.xsl
edi-ds.xsl
idoc-ds.xsl
jdbc-ds.xsl
owcustomer-ds.xsl
owlocationproductstock-ds.xsl
oworder-ds.xsl
owproduct-ds.xsl
owproductgroup-ds.xsl
owrole-ds.xslowspecialprice-ds.xsl
owsupplier-ds.xsl
owsupplierproductstock-ds.xsl
owuser-ds.xslsoap-ds.xsl
sqlselect-ds.xsl
telnet-ds.xsl
text-ds.xsl
xml-ds.xsl
   

If you create and put a stylesheet with one of these names in the stylesheet directory you will alter the corresponding report format.

Related topics include Actions overview,  Save, Export action properties, Data transfers overview