https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/reference/xrm-utility/lookupobjects
refer to the link,I can use lookupObject to perform a lookup Dialog.
I'd like to add some pre filter by using filters(some filter condition will be defined in filterXml)
I have some question whether the filterXml support N;N relationship?
I use same filter condidtion fetchxml and test it in xrmtool's fetchxml tester,the fetch query works well,
but in lookupobject,the query result not in the search result.
thanks for your help.