Skip to content
  • Contacts
  • Articles
  • Categories

AX / Dynamics 365 For Finance and Operations blog

Category: Usage Data

AX – D365FO – Delete Usage Data (SysLastValue) in X++

Posted on 27 October 2021 by Marco Saad

In this example we delete the usage data for Class called "TaxReport" of the current user. SysLastValue sysLastValue; delete_from sysLastValue where sysLastValue.RecordType == UtilElementType::Class && sysLastValue.userId == curUserId() && sysLastValue.elementName == 'TaxReport';

Leave a comment

AX 2012 – Clear all Usage Data

Posted on 9 April 20219 April 2021 by Marco Saad

Go to AOT (Ctrl + D)

Leave a comment

AX 2012 – Clear a class Usage Data

Posted on 9 April 2021 by Marco Saad

Leave a comment

Cerca

Recent Posts

  • AX / D365FO – Create a Tile in a D365FO Workspace with X++
  • AX / D365FO – Debug Production environment on D365FO On-Premise version
  • sql server – Free disk SPACE USING SHRINK
  • AX / D365FO – Log “only errors” in Batch jobs History
  • AX / D365FO – Use a SQL Server function in an D365FO View

Categories

Enter your e-mail address to subscribe to this blog, and receive notifications of new posts by e-mail.

Join 52 other followers
Follow AX / Dynamics 365 For Finance and Operations blog on WordPress.com
Blog at WordPress.com.
  • Follow Following
    • AX / Dynamics 365 For Finance and Operations blog
    • Join 52 other followers
    • Already have a WordPress.com account? Log in now.
    • AX / Dynamics 365 For Finance and Operations blog
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...