Hi All,
I need your help in below scenario :-
Consider there are 3 entities - Custom entity called 'Application', Contact and Account
- A contact record can have multiple Application records.Similarly, An Account record can also have multiple Application records
- An Application can be created using the primary email adress of the applicant and are associated to an Account i.e. An account can have multiple applications from a contact (using email Adress as a mandatory field)
Now, I need to find such contacts who have multiple Applications for an account and are generated from same primary email ID. How can i do that using fetch XML ? Any inputs would be highly appreciated.