Hi All,
I want to import documents with XML file, where the properties are. My problem is that no prpoerty is read by M-Files. Here is my XML:
<?xml version="1.0" encoding="UTF-8"?>
<document>
<InvoiceNo>100085415*</InvoiceNo>
<Value>456.80</Value>
<Cur>EUR</Cur>
<Issuer>Nellen St Quack GmbH Si Co. KG</Issuer>
<InvoiceDate>2016/10/12</InvoiceDate>
<DueDate>2016/11/01</DueDate>
</document>
There is no lookup field only plain text, numeric and date fields. In the Windows log I don't see any message.
How can I discover wht is the prolem?
Thanks:Peter