Hi,
I always got PXData.PXLockViolationException a.k.a “another process has added…..”
We are having a upgrade procedure right now.
in my 2019 R1 Project same code, it works, but when on 2021R1, it returns me this error.
Is there a new way to add lines programmatically in 2021 R1?
I always do.
var item = Details.insert();
item.description = someDescription.
Details.Update(item);
but when I do Actions.PressSave() it triggers the error.
been going here for weeks. I tried all solutions I can think about.
Thanks,
Ed