Error corrections
This commit is contained in:
+26
-8
@@ -1,3 +1,5 @@
|
|||||||
|
<!-- 17.03.2026: Adjusted from minOccurance 0 to 1 for XMLITEMS -->
|
||||||
|
|
||||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||||
attributeFormDefault="unqualified" elementFormDefault="qualified">
|
attributeFormDefault="unqualified" elementFormDefault="qualified">
|
||||||
<xs:element name="XMLDESADV">
|
<xs:element name="XMLDESADV">
|
||||||
@@ -81,18 +83,18 @@
|
|||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element type="xs:string" name="PositionNumber"
|
<xs:element type="xs:string" name="PositionNumber"
|
||||||
minOccurs="0" />
|
minOccurs="1" />
|
||||||
<xs:element type="xs:string" name="GTIN" minOccurs="0" />
|
<xs:element type="xs:string" name="GTIN" minOccurs="1" />
|
||||||
<xs:element type="xs:string" name="DeliveredQuantity"
|
<xs:element type="xs:string" name="DeliveredQuantity"
|
||||||
minOccurs="0" />
|
minOccurs="1" />
|
||||||
<xs:element type="xs:string" name="QuantityQualifier"
|
<xs:element type="xs:string" name="QuantityQualifier"
|
||||||
minOccurs="0" />
|
minOccurs="1" />
|
||||||
<xs:element type="xs:string" name="DeliveryPrice"
|
<xs:element type="xs:string" name="DeliveryPrice"
|
||||||
minOccurs="0" />
|
minOccurs="1" />
|
||||||
<xs:element type="xs:string"
|
<xs:element type="xs:string"
|
||||||
name="ReferenceSupplierOrder" minOccurs="0" />
|
name="ReferenceSupplierOrder" minOccurs="1" />
|
||||||
<xs:element type="xs:string"
|
<xs:element type="xs:string"
|
||||||
name="ReferenceBuyerOrder" minOccurs="0" />
|
name="ReferenceBuyerOrder" minOccurs="1" />
|
||||||
<xs:element name="XMLEPC" minOccurs="0"
|
<xs:element name="XMLEPC" minOccurs="0"
|
||||||
maxOccurs="unbounded">
|
maxOccurs="unbounded">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
@@ -111,4 +113,20 @@
|
|||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
|
|
||||||
</xs:schema>
|
</xs:schema>
|
||||||
|
|
||||||
|
<!--Details for 17.03.2026:
|
||||||
|
Hallo Schwarz, Christian (Succensus, Extern) / Alle,
|
||||||
|
|
||||||
|
hier die Rückmeldung von SYSPRO zur Testnachricht:
|
||||||
|
|
||||||
|
Das Avise mit der DeliveryNote : 0080431804 hatte folgende Fehler:
|
||||||
|
|
||||||
|
fehlende SenderGLN manuell eingefügt = <SenderGLN>4050566000002</SenderGLN>
|
||||||
|
für die XMLITEMS fehlten die beiden Felder
|
||||||
|
<DeliveryPrice></DeliveryPrice>
|
||||||
|
<ReferenceBuyerOrder></ReferenceBuyerOrder>
|
||||||
|
Diese Segmente sind "Pflicht", können jedoch ohne Inhalt mitgegeben werden.
|
||||||
|
|
||||||
|
Michael hat diese Segmente manuell in die Datei eingefügt und dann ins Testsystem eingespielt:
|
||||||
|
-->
|
||||||
Reference in New Issue
Block a user