rappen / FetchXMLBuilder

FetchXML Builder for XrmToolBox and Microsoft Dynamics 365 / CRM
https://fetchxmlbuilder.com/
GNU General Public License v3.0
133 stars 55 forks source link

Better search/filtering for entities in node properties-entity name field #964

Closed DiegoSSJ closed 4 months ago

DiegoSSJ commented 12 months ago

I'd like to have something like 'like' filter in this field. So that ie a search for 'case' would return something like: Servicedesk CASE or suitCASE or briefCASEs

Ideally there would be something like the advanced lookup to search for entities in this field.


DiegoSSJ commented 12 months ago

As it is today it is set to do a "begin with" filter only.

DiegoSSJ commented 12 months ago

This would allow to easily search for business process flow tables created for custom tables by using '_' as filter term, if implemented with https://github.com/MscrmTools/XrmToolBox/issues/1275

rappen commented 11 months ago

Ok thanks, I'll be working about this. Currently, the control is a standard ComboBox, which doesn't have those features. I'll try.