I have a customization that I inherited that creates Sales Orders from a stored procedure. Occasionally it fails when it tries to write the master number into the SOP40500 table. I use the stored procedure sopGetMasterNumber to get the next master number. I'm guessing I'm hitting a locking issue with some other process and I guess I could put some code into it to deal with that. Do I still need to write the new master number to this table? It's a single column with lots of records. The customization was written probably before or for GP 9.
*This post is locked for comments