Hi,
Just ask, is 'addCustomFilter' working on Business Process Flow fields, in Customer Service hub?
I just tried and it is NOT working.
(working fine in traditional Dynamics 365 pages, so it should be not my codes problem)
Thanks a lot for any help.
My example codes:
Xrm.Page.getControl("header_process_parentaccountid").addPreSearch(addSiteFilter);
function addSiteFilter() {
var siteFetchQuery = "<filter type='and'><condition attribute='businesstypecode' operator='eq' value='515610000'/></filter>";
Xrm.Page.getControl("header_process_parentaccountid").addCustomFilter(siteFetchQuery);
}
Hi,
Yes, its a known issue.
Hope this helps.
This was confirmed as a known product bug by MS to another forum user. See this thread.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156