I have a problem in Ax2009 , in posting sales orders.
When I want to post the sales order, in the "Class\SalesFormLetter\ recordInsertListInsert" method the "recordInsertSalesParmTable.insertDatabase();" line gets into the SalesParmTable's insert method. But the initialization of the recordInsertList is as
"recordInsertSalesParmTable = new RecordInsertList(tablenum(SalesParmTable),true);"
The 2nd parameter is "skipInsertMethod" and the value is true but when debug the code I saw that code entered the insert method of SalesParmTable.
Is this a bug for Ax2009? There is no development on these methods, they are original.
*This post is locked for comments
I have the same question (0)