Announcements
I am new to dynamics 365. Actually, I want to custom filter fields inside custom filter group that will filter the grid records based on that filter field value. How I can do it ? Please someone guide me step by step.
Lets say you want to filter Grid with "Datasource" by "Field" using custom filter
1. Add new control to custom filter group in UI designer for extension object of your form
2. Create FormName_Handler class and put onModified event handler for you new control
3. Use FindOrCreate() method to add range to "Datasource" by its "Field", provide value for the range from your custom control
4. ExecuteQuery for the DataSource
This article should give you an idea: dynamics-resources.com/exploring-sysquery-class
Hi uzk_dynamics,
Here is a recipe with step by step guide to create a custom filter fields to a form:
Hi,
You can use quick filter control.
André Arnaud de Cal...
294,095
Super User 2025 Season 1
Martin Dráb
232,866
Most Valuable Professional
nmaenpaa
101,158
Moderator