cancel
Showing results for 
Search instead for 
Did you mean: 

Another User Modified Table RDR1(-2039)

Former Member
0 Kudos

Hi

I got error "Another User Modified Table RDR1(-2039)" sometimes when i update Sales Order. Since I m doing customization on Sales Order form, <b>i m unable to proceed with my code since it run on ActionSuccess</b>.

What could be the reason ..

Plz help

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Pankaj,

Firstly make sure that you don't hold references to objects that you don't use. If you have reference to an order and maybe update the order and later again use another object to access the same order this might happen. Create and release objects as you use or don't use them. You can release the objects with

System.Runtime.InteropServices.Marshal.ReleaseComObject(x)

Hope it helps,

Adele