Hi all,
We’re using Dynamicweb 10 with NAV live integration via a codeunit, and the order XML currently outputs dates in ISO format, for example:
<column columnName="OrderShippingDate">2026-01-04T00:00:00</column>
Is there a way to configure Dynamicweb so that these dates are formatted in EU style (e.g., dd-MM-yyyy) instead of the default ISO format? Or does this require a transformation or custom logic?
Alternativally it might be something in the NAV codeunit?