Recently, I faced an issue when calling table insert from code. Every time I executed the statement table.insert() the service of dynamics AX2012 was stopped.
There may be two reasons of this issue.
1- The RecIds of that particular table tables is getting duplicated, in case if you inserted the data to that particular table from SQL and it picked the old RecId that are not generated by your current AOS.
2- The table is not well synchronized.
In my case, synchronizing the table...(read more)
↧