Does anyone know, how addCustomView will work perfectly when it is applied on a multi-select lookup, It adds that view to the list but doesn't set to default or does't populate the filtered records even if i pass true in last parameter of addCustomview function.
it works fine for single entity lookups, but not for multi-select.
Xrm.Page.getControl("record2id").addCustomView(viewId, entitityName, viewDisplayName, fetchXml, layoutXml, true) is working fine for single entity selection lookup but not for multiple entity selection lookup.
any idea how that can be fixed?
*This post is locked for comments