Filtering Lookups in Dynamics 365 with addCustomFilter and addPreSearch
In Dynamics 365, we have the ability to filter lookups using addCustomFilter. To do this, we get the control we would like to filter, and add use: addCustomFilter(filter, entityLogicaName) Where: filter is a FetchXML string entityLogicaName is an optional parameter that implies the filter should only work for the entity provided Let’s say on opportunities all accounts are displayed: If we would like to filter these accounts to only show … Continue reading Filtering Lookups in Dynamics 365 with addCustomFilter and addPreSearch