Method ExportOrderFile
ExportOrderFile(string, string, int, int)
Generates an order file listing all the scene articles belonging to one of the catalogs attached to a given supplier.
Declaration
public void ExportOrderFile(string filename, string supplierId, int deliveryYear, int deliveryWeek)
Parameters
Type | Name | Description |
---|---|---|
string | filename | Filename of the file to create. |
string | supplierId | Identifier of the supplier. |
int | deliveryYear | Delivery year. This parameter is passed to the order file generation plugin. |
int | deliveryWeek | Delivery week. This parameter is passed to the order file generation plugin. |
Remarks
In fact, this function generates no file by itself. It simply
launches a function being in the order file generation plugin
associated with the specified supplier. The deliveryWeek
and deliveryYear
parameters will be passed to the order file generation plugin that
will use them or not depending on the order file format.