Skip to main content

Posts

Showing posts with the label Transaction data

Delete legal entities in AX 2012

Delete a legal entity seems to be a straight forward option in AX, just click on delete button on legal entity form. This does not work sometimes as per your thoughts and you face errors like below. Cannot delete a record in Ledger (Ledger). The corresponding AOS validation failed. Stack trace: Call to TTSCOMMIT without first calling TTSBEGIN. Stack trace (S)\Classes\xRecord\Delete (S)\Data Dictionary\Tables\DirPartyTable\Methods\Delete - line 14 (S)\Data Dictionary\Tables\DirOrganizationBase\Methods\Delete - line 17 (S)\Data Dictionary\Tables\CompanyInfo\Methods\Delete - line 31 (S)\Classes\xRecord\dbOpInTransaction (C)\Classes\FormDataSource\delete (C)\Classes\FormRun\task (C)\Forms\OMLegalEntity\Methods\task (C)\Classes\SysSetupFormRun\task OR Cannot delete a record in Batch job (BatchJob). The corresponding AOS validation failed. These errors appear when you have transaction data in the legal entity which you are after for delete or there ...