AOWSIMPORT Sales Invoices Record Lock

I am using the AOWSIMPORT web service / subprogram to create Sales Invoices.  The invoice is created properly, but it is shown as locked by the web services user after it is created.  Has anybody had this problem.  Does anybody know how to get around this?

  • 0

    I've had the problem with web services in general leaving records locked, and had to manually add some code to the end of a procedure to unlock the record manually. This is in version 11. Worse, the normal "unlock" function didn't do the trick so I had to manually delete the record out of the lock table. For me it was a webservice that was validating delivery records... If your import is creating the invoices and posting/validating that might be something to look at.