I have a custom "Bounty" entity with a N:N relationship to another custom Category table. Is it possible to query using FetchXML to filter for bounties that have specific N:N relationships? So, if if a bounty has N:N relationship to a Category of "Rice" and another relationship to a category of "Software", is it possible to filter the bounties to find those that have at a minimum (Rice and Software) as categories?
I don't think this is possible with the dynamics 365, but i just wanted to confirm. Note that I don't need to use FetchXML, i am open to using any method provided by the SDK.