Update conflict on PurchParmTable

Dear All,

as i am not a developer, but i can understand little bit of coding.

my problem is when i am trying to cancel the product receipt or correcting the product receipt i am getting the below error.

Cannot edit a record in Purchase order - update table (PurchParmTable).

An update conflict occurred due to another user process deleting the record or changing one or more fields in the record.

your help will be highly appreciated.

even may be possible this type of issue may be posted before but as i am not finding any solution so i posted again.

apologize in case of duplicate post but please need developer ppl support to solve this issue.

Hi Husain,

Is there any customization on the form or x++ level? You may find the following links helpful

Cannot edit a record in Sales orders (SalesTable). An update conflict occurred due to another user process deleting the record or changing one or more fields in the record.

User conflict error

Hi Abinay,

thanks for your reply.

no we dont have any customization related to this area.

and i have checked this but this is for the sales side i am looking for the purchase side.

Do you understand what an update conflict is? If not, that’s what you have to change before you can address the issue.

If you do, you should know that you have to identify which two actions are causing the conflict. Only then you can change the code o business process to prevent conflicts. If you’re not a developer, you probably should get one to do the identification for you.

Also note that update conflict can also happen when another user is working with the order you’re changing and such a conflict can’t be really prevented without introducing some type of locking. Nevertheless if you get the error every time, it’s unlikely that there always is another user updating the same record at the same time as you.

Dear Martin.

thanks for your prompt reply.

actually as i said i am not the developer so i dont understand much.

but as this is not related two user using same form or editing at same time.

i have check this same in the test environment and it was been used by just single user by me still the same error i got.

i understand that i should debug with some developer but as of now i dnt have any can any one help me or some sort of document related to this.

How can you resolve this problem,? can you share