Will export one or more production orders to a CSV file. The format of the generated CSV file follows the same format as configured for the CSV1 export integration module
Example parameter configuration
Parameter descriptions
(* = configuration required)
fileName *
The path and file name of the export file.
A timestamp can be constructed by adding a date format enclosed in curly brackets. E.g. FileName-{ddMMyyyy-HHmm}.csv
will result in: “FileName-30122013-0910.csv”
See Date Formatting for further details on the valid date formats.
exportOption
selected
= The selected orders in the plan will be exported
all
= A dialog will be shown, where you can choose which orders to export.
changed
= A dialog will be shown, where you can choose which orders to export.
current
= If show GUI is true, this option will make the export dialog remember its last settings.
showGUI
true
= Export dialog will be shown, enabling user to select export file and options. in that case fileName doesn’t have to be filled.
false
= Don’t show export dialog. fileName parameter must be filled.
skipExportWhenNoOrdersChanged
true
= If no orders are changed export will be skipped.
Post your comment on this topic.