web
You’re offline. This is a read only version of the page.
close
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 2
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
    301,146 Super User 2025 Season 2 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

Responsible AI policies

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

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

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

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 456 Super User 2025 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 429 Most Valuable Professional

#3
BillurSamdancioglu Profile Picture

BillurSamdancioglu 239 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans