
Hi Everyone ,
whenever I try to start some Production Orders it gives me this error
Any Suggestions?
thank you all
*This post is locked for comments
I have the same question (0)First of all, which version of AX are you talking about? Your post is tagged as Current version, which is AX 7 in the cloud. If it is not, fix your tags.
The error message could be due to a number of reasons. Either someone else did change the records before you did it, or if that is not the case, it could be an issue down to customizations or how AX caches records.
See if you still get the error message after a maintenance of your Production environment (where AX AOS instances are restarted, so the cache is emptied).
If it still comes back, check with your developers, because something is broken. They could call disableCache(true) on the table before doing the operation where the error message is coming from, or call a reread() to force fetching it from the database.