Filter on checkbox is not available in d365 x++

 Filter on checkbox is not available in d365 x++ on which code is written.

Grid column header filtering/sorting

Some columns in a grid may not be filterable. In these cases, the column header will not be clickable. From a technical perspective, only columns corresponding to fields in a SQL table can be filtered on or sorted. Columns whose values are computed via code are not filterable or sortable using grid column headers, the Filter pane, QuickFilter, or Advanced filter or sort.



Comments

Popular posts from this blog

Convert table rows to JSON in X++ D365

Create custom workflow in D365 X++

How to write Download Job or Push Job in D365 for new Custom Table?