Home others ax 2012-clear usage data
others

ax 2012-clear usage data

how to clear all user usage data?
if we do it for specific user we can do is:

  1. File->Tools->Option
  2. Click Usage Data
  3. On General Tab, find the reset button and click it

same like we do it for All Users but we must call the forms from AOT

  1. open the AOT
  2. AOT->Forms->SysLastValue
  3. Goto All Usage Data
  4. Select All Records
  5. Alt+F9 to delete all records

Alternative way around is delete from the SQL server

SELECT * FROM SysLastValue

this table consists the personalize of the element of users, we can delete it or truncate it

but beware, do this on non working hours

I’d recomended not to delete all records if there were a problem in personalize, I’d preferred to delete the associate form or class

Author

Ronny

Leave a Reply