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 NAV (Archived)

Filter question

(0) ShareShare
ReportReport
Posted on by

At my work we use Nav for doing sales. Everyday I have to filter the open sales orders by <the next days date. I am hoping to create a shortcut that somehow changes the date to the next day. So everyday when I click on the shortcut it will only show me open sales orders dated for <the next day. Not sure if it is possible but it would sure help out a lot.

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    CDsilva Profile Picture
    4,188 on at

    Hi,

    In tge page 9305, you can code as following on open page trigger

    OnOpenPage()

    IF UserMgt.GetSalesFilter <> '' THEN BEGIN

     FILTERGROUP(2);

     SETRANGE("Responsibility Center",UserMgt.GetSalesFilter);

     FILTERGROUP(0);

    END;

    //SETRANGE("Date Filter",0D,WORKDATE - 1); //commented

    //Chris code added **START*

    SETRANGE(Status,Status::Open);

    SETRANGE("Date Filter",CALCDATE('<1D>',TODAY));

    //Chris code added **END*

    JobQueueActive := SalesSetup.JobQueueActive;

    CRMIntegrationEnabled := CRMIntegrationManagement.IsCRMIntegrationEnabled;

    IsOfficeAddin := OfficeMgt.IsAvailable;

    CopySellToCustomerFilter;

  • Suggested answer
    4BzSoftware Profile Picture
    6,073 on at

    Are you use using Classic Client or Roled Tailored Client?

    I think NAV Roled Tailored Client 2009 has the feature. Otherwise, you should have your NAV Supplier customize for you.

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 NAV (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans