Hi,
I have an issue with Advanced Find. I have 2 entities: Contacts (Standard Entity), Devices (Custom Entity).
These entities are connected with a one-to-many relationship (1:N): 1 Contact can have multiple Devices.
The entity "Devices" has a custom option set field which is called "Device Status". It accepts 3 different options: a) Working, b) Under Repair, c) Broken.
I would like to perform an Advanced Find to show all the Contacts that have ALL THE RELATED DEVICES with Device Status equal to Under Repair or Broken.
So, I created this Advanced Find: Search for Contacts where the related entity Devices has the field Device Status equal to Under Repair or Broken.
Unfortunately this query allows me only to find all the Contacts that have AT LEAST ONE RELATED DEVICE with Device Status equal to Under Repair or Broken, but I would like to know ALL THE RELATED DEVICES with a certain Device Status. Is there any way I can do it?
Thank you all.