<ram:ApplicableHeaderTradeDelivery /> is written, even if it contains no elements #740
Unanswered
ThomasSpeedy
asked this question in
Q&A
Replies: 1 comment 2 replies
-
ApplicableHeaderTradeDelivery is mandatory: that is the reason why it is always written, regardless of whether any of the subelements is filled or not. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
<ram:ApplicableHeaderTradeDelivery /> is written, even if it contains no elements. This causes a warning in valitool validation (see https://www.portinvoice.com/):
[VD-Valitool-126]-Hinweis: Es wurde ein leeres Element übergeben z.B. . Dies kann bei einigen Zielsystemen zu Problemen führen. Sie sind leere Elemente z.B. bei der Übermittlung der Rechnung über das Peppol-Netzwerk nicht zulässig.
/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeDelivery
Wouldn't it be correct to not add <ram:ApplicableHeaderTradeDelivery /> if it contains no elements?
Beta Was this translation helpful? Give feedback.
All reactions