Today we got a call from a client that when they go in to run the depreciation in Fixed Assets the depreciation button is grayed out. I went on-line to look for a solution and unfortunately the knowledge base didn’t have a result.
After profiling the processes I found that a record get’s inserted in the FA40203 table. This table is user specific so the userid is one of the columns.
To fix the problem execute the following statement:
- delete FA40203 where USERID = ‘Dynamics user id of the person having the issue’