Link to home
Start Free TrialLog in
Avatar of bluekeytechnology
bluekeytechnology

asked on

How can we run a Dynamics CRM 2013 Advanced Find query to return ALL contact email addresses for accounts that match certain criteria?

Forgive me if the answer to this question is staring me in the face, but I've spent the better part of the day looking for a solution and haven't found one yet. I will try to explain this as clearly as possible.

We have a client that is rolling out Dynamics CRM 2013, and we want to pre-create some dynamic marketing lists for staff to email large groups of contacts at once. On the Account level, we have several custom fields defined, which we want to use to filter down the pool of accounts. For example, one custom field is "Current Status," and includes one option of "Board Member." In this organization, board members and their family members all have individual contact records associated with their account. What we want to do is create a dynamic marketing list that includes email addresses for ALL of the contacts that exist for any accounts that match the current status of "Board Member."

When we go to specify these criteria in the "Select Members" screen of the marketing list, it seems we can only choose to search for Account criteria that apply to the Primary Contact. In other words, the "Related" categories only includes "Account (Primary Contact)." We're able to select the Current Status value we want, but then the query only returns the email address of the primary contact. We want to return the email addresses of all contacts affiliated with the accounts that have a current status of Board Member.

I hope this is clear, but please feel free to ask follow-up questions and I'll answer to the best of my ability. I apologize in advance, as I'm not a Dynamics expert by any means. Thanks!
Avatar of Feridun Kadir
Feridun Kadir
Flag of United Kingdom of Great Britain and Northern Ireland image

Try this, in the related section of the query look for Parent Customer (Account) . Then you should select the custom field criteria as needed.
Avatar of bluekeytechnology
bluekeytechnology

ASKER

Unfortunately, Parent Customer (Account) isn't an option. The only thing relating to the account at all is Account (Primary Contact).
Can you confirm the member type for your Marketing List. I was thinking it is contact.
Yes. When creating the marketing list, we're targeting Contacts as the member type. For whatever reason, though, our only option is to choose Account (Primary Contact). And when we do that, we get access to all the fields we want to sort accounts on, but it only returns primary contact records...not all records.

I am guessing that somehow we need to add a new relationship between accounts and contacts in some way, but I'm out of my league on how to appropriately do that to accomplish the goal.
ASKER CERTIFIED SOLUTION
Avatar of Feridun Kadir
Feridun Kadir
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Feridun, thanks for sticking with me through all of that! I knew it had to be an extremely simple solution, I just wasn't connecting the Company Name field logically so I was ignoring it. Thanks!