I have the parent record: Contracts, and the child record: Products. We can have multiple products on each contract. I want to pull a report showing all Contracts that do NOT have any products related to it. Is this report possible from within Dynamics CRM? If not, would it be possible to create a custom field on the Contracts entity that counts the number of products related to that contract? So then I would just report on contracts where Count field = 0.
Thanks for your help.