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 :
Finance | Project Operations, Human Resources, ...
Unanswered

How create Fromdate , ToDate custom filter on grid form.Please help !!!

(0) ShareShare
ReportReport
Posted on by 6
I have created a form with posted date field in it , now i want to filter from records based on fromdate todate filter i have added on form , how to do that please help
[Form]public class OABCheckInRegisterListPage extends FormRun{    QueryBuildRange     fromDatefilter,todatefilter, custFilter;       [DataSource]    class OABDistributorCheckInTable    {        /// <summary>        ///        /// </summary>        public void executeQuery()        {            QueryBuildDataSource qbds;                                   qbds = OABDistributorCheckInTable_ds.query().dataSourceTable(tablenum(OABDistributorCheckInTable));            fromDatefilter =  OABDistributorCheckInTable_ds.queryBuildDataSource().addRange(fieldNum(OABDistributorCheckInTable, PostedDate));            fromDatefilter.value(queryRange(FromDate.dateValue(), ToDate.dateValue()));            super();        }    }    [Control(/Date/)]    class FromDate    {        /// <summary>        ///        /// </summary>        /// <returns></returns>        public boolean modified()        {            boolean ret;                ret = super();                        OABDistributorCheckInTable_ds.executeQuery();                        return ret;        }    }    [Control(/Date/)]    class ToDate    {        /// <summary>        ///        /// </summary>        /// <returns></returns>        public boolean modified()        {            boolean ret;                ret = super();                           OABDistributorCheckInTable_ds.executeQuery();                        return ret;        }    }}
this code dont works please help
I have the same question (0)
  • André Arnaud de Calavon Profile Picture
    305,265 Super User 2026 Season 1 on at
    Hi Sachin,
     
    When you mention that the code doesn't work, is it filtering with wrong values, not filtering at all or do you get an error message? Have you verified the filter value being generated? Is that something like 01-01-2023 .. 04-04-2023?

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!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 591

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 550 Super User 2026 Season 1

#3
Abhilash Warrier Profile Picture

Abhilash Warrier 543 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans