Beantwortet

import XML file order in EDI Transus

  • 1 February 2022
  • 3 Antworten
  • 289 Ansichten

Abzeichen

Hi . i have problem with EDI Transus . According to this tutorial https://help.xentral.com/hc/en-us/articles/360016737700-Transmission-module-EDI#toc-8.I created a XML file then imported in EDI Transus. I didn't get any error.But orders didn't enter the system.


Also, I try edited the file XML relative to the existing data.For example, I changed value of project tag  according the name project in the system.
<projekt>test</projekt>I check the Network tab in Development Tools. This module does nothing.
After clicking the upload button, only the page will be refreshed.

Does anyone know where my wrong is?

icon

Beste Antwort von Johannes Epping 10 February 2022, 09:48

Original anzeigen

3 Antworten

Benutzerebene 4
Abzeichen +3

Hi Morteza, 
I discussed this with my team. Did you actually set up the wawision file format in Transus?
This has to be done by Transus. To check whether your xml has the right format you can also try to import it.  You are required to have at minimum a GLN and EAN number. Then orders will be created in draft status. If the file is being imported you can be sure your export file has the correct format. 
Does this help you? 
Best regards, 
Johannes

 

Benutzerebene 4
Abzeichen

Hi Morteza,

if you realy want to use this module, you have to setup your Transus account to the “old” Xentral(wawision) mapping converter by creating a ticket in the Transus backend. 

Bouth mappings has the same name in the Transus GUI ‘Xentral ERP’, but they are completely different.

You can easy compare the xml files to see witch mapping do you have. Open an order xml a look on the top elements.

 

The new one starts with

<?xml version='1.0' encoding='UTF-8'?>
<Messages>
<Message>
<MessageStandard>TRANSUSXML</MessageStandard>
<MessageType>8</MessageType>

 

The old one that you need starts with

<?xml version='1.0' encoding='UTF-8'?>
<ORDERS>
<ORDER>
<HEADER>
<MessageFormat>TRANSUSXML</MessageFormat>

 

the better solution is create a new importer with the new Transus mapping. 

 

greetings

joschi

 

 

Abzeichen

Hi Johannes Epping and Joachim Weber thank so much it is work now

Antworten