Skip to main content

Notifications

Announcements

No record found.

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
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
  • André Arnaud de Calavon Profile Picture
    293,274 Super User 2025 Season 1 on at
    How create Fromdate , ToDate custom filter on grid form.Please help !!!
    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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 293,274 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,947 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Product updates

Dynamics 365 release plans