Hi
Bellow is my taSopLineIvcInsert element.
I need to insert a new order (which is done fine) but the problem is that I need the ACTLSHIP field be set to '01/01/1900' which is the default value (I think) for items that has not been shipped.
However, it keeps setting it to the current date even though I specify <FUFILDAT>01/01/1900</FUFILDAT>
Please some help?
<taSopLineIvcInsert>
<SOPTYPE>2</SOPTYPE>
<SOPNUMBE>WEB_ORDER_13</SOPNUMBE>
<CUSTNMBR>45</CUSTNMBR>
<DOCDATE>2010-09-23</DOCDATE>
<LOCNCODE>STOCK</LOCNCODE>
<ITEMNMBR>TEST</ITEMNMBR>
<UNITPRCE>375.0000</UNITPRCE>
<XTNDPRCE>750.00</XTNDPRCE>
<QUANTITY>0</QUANTITY>
<PRCLEVEL>BASE</PRCLEVEL>
<TAXAMNT>90.00</TAXAMNT>
<LNITMSEQ>32768</LNITMSEQ>
<QTYTBAOR>2</QTYTBAOR>
<TAXSCHID>S-BCHST</TAXSCHID>
<PRSTADCD>SHIPPING94</PRSTADCD>
<FUFILDAT>01/01/1900</FUFILDAT>
<ACTLSHIP>01/01/1900</ACTLSHIP>
<ReqShipDate>01/01/1900</ReqShipDate>
<CURNCYID>Z-US$</CURNCYID>
<UOFM>each</UOFM>
</taSopLineIvcInsert>
*This post is locked for comments