Hi
We are using the Multiselect Lookup Control from the Field Service Modul and would like to set a filter on the records that are listed. Such filter is possible to set for the normal lookup control but is not possible to do so for the multiselect control. Now my question is if it possible to accomplish that through a JS or a change to the plugin, or if there is even a finished PCF with such a function.
The use case looks like the following. I have entity A which has a 1:N relationship to entity B. And entity B has a 1:N relationship to entity C. The multiselect lookup control should be implemented into the form on entity C. Now the record list should be filtered for the entities A which have a relationship with entity B, where entity B has a relationship with the current opened record on entity C.
We already had a similar use case where we dynamically changed the filter fetchxml through JS but for a normal lookup control.
Thanks for any input.