web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Form Parameter Query Reset in Live Environment

(0) ShareShare
ReportReport
Posted on by 507

Dear All,

Recently I have developed a report and moved to Live. Later I edited the query range of report and again imported to Live. now this time I am getting output of report whenever I do reset of query. Please see below pic.

My question : Do I have to do reset in every users while implementing this report.123456.jpg

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Vilmos Kintera Profile Picture
    46,149 on at

    Reset button only applies changes to your user account, but in fact it does a change in the background in the SysLastValue table. So what you need to do is drop the entries in there belonging to your report objects for all users within Table Browser or SQL.

  • Safeer PS Profile Picture
    507 on at

    My question is how to delete Form Query cache of each and every user.

  • Verified answer
    Vilmos Kintera Profile Picture
    46,149 on at

    I already answered that above. Drop them from SysLastValue.

  • Safeer PS Profile Picture
    507 on at

    How can I access SysLastValue atble and delete usage data of form query values from this table will delete only my user data. Will it delete all users data.

  • Verified answer
    B K Sharma Profile Picture
    737 on at

    Got To AOT - System Documentation - explore it open Tables - search for SysLastValue,

    Here you just right click and click to Add-ins and click to Table Browser. It will open the table data and delete all the data here.

    Thanks

  • Suggested answer
    Chaitanya Golla Profile Picture
    17,225 on at

    Hi,

    Either you can delete from UI (or) through a job.

    Navigate to the path AOT > System Documentation > SysLastValue> select all and delete.

    SysLastValue.jpg

    Job:

    static void SysLastValue(Args _args)
    {
        SysLastValue sysLastValue;
        
        delete_from sysLastValue;
    }


Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Joris dG Profile Picture

Joris dG 5

#2
Alexey Lekanov Profile Picture

Alexey Lekanov 2

#2
Henrik Nordlöf Profile Picture

Henrik Nordlöf 2 User Group Leader

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans