Hello.
I am trying to create a purchase orden with eConnect. I have Dynamics GP 2010 SP4. It is the XML that I use:
<?xml version=\"1.0\"?> <eConnect xmlns:xsi=\"www.w3.org/.../XMLSchema-instance\" xmlns:xsd=\"www.w3.org/.../XMLSchema\"> <POPTransactionType> <eConnectProcessInfo xsi:nil=\"true\" /> <taRequesterTrxDisabler_Items xsi:nil=\"true\" /> <taUpdateCreateItemRcd xsi:nil=\"true\" /> <taUpdateCreateVendorRcd xsi:nil=\"true\" /> <taCreateVendorAddress_Items xsi:nil=\"true\" /> <taUpdateCreateCustomerRcd xsi:nil=\"true\" /> <taCreateCustomerAddress_Items xsi:nil=\"true\" /> <taPopIvcTaxInsert_Items xsi:nil=\"true\" /> <taPopDistribution_Items xsi:nil=\"true\" /> <taAnalyticsDistribution_Items xsi:nil=\"true\" /> <taPoLine_Items> <taPoLine> <PONUMBER>242735CNPO0192</PONUMBER> <DOCDATE>2015-10-26</DOCDATE> <VENDORID>900621595</VENDORID> <VNDITNUM>REJILLA</VNDITNUM> <ITEMNMBR>REJILLA</ITEMNMBR> <QUANTITY>1.000</QUANTITY> <NONINVEN>1</NONINVEN> <UNITCOST>38901315</UNITCOST> <UOFM>Cada</UOFM> <ProjNum>2427-C000</ProjNum> <CostCatID>714051001</CostCatID> </taPoLine> </taPoLine_Items> <taPoHdr> <PONUMBER>242735CNPO0192</PONUMBER> <VENDORID>900621595</VENDORID> <DOCDATE>2015-10-26</DOCDATE> <ALLOWSOCMTS>0</ALLOWSOCMTS> <PRSTADCD>PRINCIPAL</PRSTADCD> <VADCDPAD>PRINCIPAL</VADCDPAD> <PRBTADCD>PRINCIPAL</PRBTADCD> <CURNCYID>COP</CURNCYID> <UpdateIfExists>1</UpdateIfExists> </taPoHdr> </POPTransactionType> </eConnect>
When I use the CreateEntity or CreateTransactionEntity I get this error:
{"Sql procedure error codes returned: \n\rError Number = 9184 Stored Procedure= taPoHdr Error Description = Document is currently being edited by another user.\r\nNode Identifier Parameters: taPoHdr\r\n\r\n\r\n<taPoHdr>\r\n <PONUMBER>250999CNSO999</PONUMBER>\r\n <VENDORID>900621595</VENDORID>\r\n <DOCDATE>2015-10-26</DOCDATE>\r\n <ALLOWSOCMTS>0</ALLOWSOCMTS>\r\n <PRSTADCD>PRINCIPAL</PRSTADCD>\r\n <VADCDPAD>PRINCIPAL</VADCDPAD>\r\n <PRBTADCD>PRINCIPAL</PRBTADCD>\r\n <CURNCYID>COP</CURNCYID>\r\n <UpdateIfExists>1</UpdateIfExists>\r\n</taPoHdr>\r\n"}
But, the PO number not exist. It is a new PO Order.
Thank you for you help
*This post is locked for comments