Error when you try to Modify due Date in a prodution order

Elsa_GonçalvesElsa_Gonçalves Member Posts: 3
hi,

When i try to modify due Date in a prodution order i receive the error " Another user has modified the record for this Production Order after you retrieved it from database.

How can i solve this problem?

thanks.

Comments

  • vaprogvaprog Member Posts: 1,141
    Most likely, in the course of processing validate triggers, more than one calls to MODIFY (even implicit ones) are performed with different instances of the record variable. Make sure you either use the same variable throughout or refetch the record after a modify before further processing.
  • Elsa_GonçalvesElsa_Gonçalves Member Posts: 3
    hi,

    Thanks!

    Yes i know that. As I am new in this área/field i try to find an hotfix to help me to make this modification in the code. But unfortunately Microsoft doesn't develivered one. However i am sure that someone has already solve this problem and maybe could help me to do this modification. It´s very important!


    Thanks!
Sign In or Register to comment.