Sunny wrote:Hi,
When we import an XML file with updated line segment as :
<QuantityThisDel>1</QuantityThisDel>
back into JIWA, it updates the Demand column.
Can you please check this?
Thanks in advance
Sunny
Hi Sunny,
I don't find this behaviour. Below is the XML I used to test (I created a new order, exported and modified it to be as per the document below, then imported it). What you might like to do is tell us what version of Jiwa you are using, and also provide a sample document you are importing - there is significance in what other quantity fields you provide and what those values are.
- Code: Select all
<?xml version="1.0" encoding="utf-16"?>
<JiwaDocument xmlns:jiwa="http://www.jiwa.com.au/xml/schemas" Type="JiwaFinancials.Jiwa.JiwaSales.SalesOrder.SalesOrder">
<InvoiceID xmlns="JiwaFinancials.Jiwa.JiwaSales.SalesOrder.XML">1901e73d986f48fe9147</InvoiceID>
<Debtor xmlns="JiwaFinancials.Jiwa.JiwaSales.SalesOrder.XML">
<AccountNo>1001</AccountNo>
<Name>Brown's Computer Centre</Name>
</Debtor>
<Lines xmlns="JiwaFinancials.Jiwa.JiwaSales.SalesOrder.XML">
<Line>
<InvoiceLineID>48fd8693c5f34d3f837f</InvoiceLineID>
<ItemNo>1</ItemNo>
<InventoryID>000000000K00000000BQ</InventoryID>
<PartNo>1170</PartNo>
<Description>Keyboard - Wireless Illuminated Computer PC Keyboard K800</Description>
<QuantityThisDel>1.000000</QuantityThisDel>
</Line>
</Lines>
</JiwaDocument>