As a temporary fix and workaround, you can setup a SQL Server job to run once a day (more depending on the number of users in your environment) that will clear the offending records:
use DYNAMICS;
go
delete from SY07110 where CmdParentDictID = 3180;
Upon logon, the menu items for Analytical Accounting are automatically recreated.
For more information on creating a SQL Server job visit MSDN.
Until next post!
MG.-
Mariano Gomez, MVP
Maximum Global Business, LLC
http://www.maximumglobalbusiness.com/
*This post is locked for comments