The XML below is working fine, however I am interested in retrieving the POP10110.ORD value that I just created this PO line for. Can someone please advise whether this is possible using eConnect's CreateTransactionEntity method?
<eConnect xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<POPTransactionType>
<taPoLine_Items>
<taPoLine>
<PONUMBER>GS0101239</PONUMBER>
<VENDORID>R50</VENDORID>
<LOCNCODE>089</LOCNCODE>
<ITEMNMBR>78796</ITEMNMBR>
<QUANTITY>150</QUANTITY>
<UpdateIfExists>1</UpdateIfExists>
</taPoLine>
</taPoLine_Items>
<taPoHdr>
<PONUMBER>GS0101239</PONUMBER>
<VENDORID>R50</VENDORID>
<UpdateIfExists>1</UpdateIfExists>
</taPoHdr>
</POPTransactionType>
</eConnect>