I have searched the form and I have tried all the possible solutions and none of them worked for me, thats why I am creating this post.
I keep getting the following error message -> The object metadata does not exists. identification fields and values: Object type ='table', object id ='50020'
There used to be a table, but it was renumbered to a different id. I have tried recompiling all objects (they all compiled fine, without any issues), I have recreated the page and add it as an action.
On the table everything looks good. In classic I can run it,not a problem. I have tried restarting the server. I am working in classic with sql.
I am not sure how to fix it because all the standard solutions didnt work for me.
Any ideas or suggestions.???
0
Answers
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
However, I was able to get it to work. By first exporting all the data from the table, emptying it, deleting the table, and then re-creating it from scratch and then compiled all the objects.
I never thought about deleting the record from the object metadata and then compling it again. If i were to ever face this issue again, I will definately give that a try.