Hi All. I have a web resource that on a button click opens a lookup field using Xrm.Utility.lookupObjects. The view inside this lookup is very basic and can only be changed using
lookupOptions.filters =
[{
filterXml: fetchXml,
entityLogicalName: "gilm_sors"
}],
This fetchXml only allows the <filter> part of fetchxml when I need to use LinkEntity. I am trying to use addCustomView aswell but cannot get it to work. In summary, how can I use Xrm.Utility.lookupObjects, but have a filter for a related entity?