...
Xsl files transform customer exported files in one Xml format to a format that the import/upload engine handles. File names are entered in the configuration file and the file is located in common or custom program data folders.
Prices
Output format
The price conversion Xsl file generates output records, one for each parts price for a price list.
Code Block |
---|
<PartPrice number="12345" price="1.25" currency="SEK" pricelist="PRICELIST" >/> |
If a part has a price list which does not exist, that price list will be created and made available. It will not be a default price list.
SSX Format
Shafi to provide
Availability
The availability conversion Xsl file generates output records, one for each parts balance for a warehouse. The total of balance + supply-balance is loaded to the database - 137 in the example below.
Code Block |
---|
<PartBalance number="12345" balance="25" supply-balance="112" warehouse="STORE" >/> |
If a part has a warehouse which does not exist, that wharehouse will be created and made available. It will not be a default warehouse.
Part status
The part status import is used to set the AvailabilityCode and ReplacementCode on parts.
...