If you check this box there's not an easy way to get it back if you change your mind. The change is made for the logged in user for all companies that user has access to.
The solution is a SQL Script. Execute this script in query analyzer for each company that a user has access to. Substitute the appropriate user id for myUserID.
delete from SY01401
where USERID = 'myUserID'
and coDefaultType = 13
This will bring back the box and put you back in charge of account descriptions.
Posted by Mark at 11/27/2006 09:01:00 AM

Like
Report
*This post is locked for comments