web
You’re offline. This is a read only version of the page.
close
Skip to main content
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
    RE: Form Parameter Query Reset in Live Environment

    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
    RE: Form Parameter Query Reset in Live Environment

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

  • Verified answer
    Vilmos Kintera Profile Picture
    46,149 on at
    RE: Form Parameter Query Reset in Live Environment

    I already answered that above. Drop them from SysLastValue.

  • Safeer PS Profile Picture
    507 on at
    RE: Form Parameter Query Reset in Live Environment

    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
    RE: Form Parameter Query Reset in Live Environment

    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
    RE: Form Parameter Query Reset in Live Environment

    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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Martin Tocauer Profile Picture

Martin Tocauer 4

#2
Community Member Profile Picture

Community Member 2

#2
Nayyar Siddiqi Profile Picture

Nayyar Siddiqi 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans