Hello,
I have two sets of code which are virtually identical for AR and AP.
Within the code, I am checking if the customer/vendor exists to determine if I need to perform a .insert or a .update.
The code works perfectly fine with AR, however, I receive the following error when AP tries the .update.
"Record has been modified by another program."
I do not have any problems with the .insert, only with the .update.
Any suggestions on why this could be occuring?
Thanks.
I have two sets of code which are virtually identical for AR and AP.
Within the code, I am checking if the customer/vendor exists to determine if I need to perform a .insert or a .update.
The code works perfectly fine with AR, however, I receive the following error when AP tries the .update.
"Record has been modified by another program."
I do not have any problems with the .insert, only with the .update.
Any suggestions on why this could be occuring?
Thanks.