TargetGroupMembers child collection is dropped from Party entity (v.22, breaking change)

Removing the TargetGroupMembers child collection from the Party entity it's actually a bug fix.

The reason is that the TargetGroupMembers entity is already part of the aggregate tree with TargetGroups as an aggregate root.

What to do if this change affects me?

If you need to get all target group members, related to a specific party, make your request according to the TargetGroupMembers entity, applying a filter:

E.g.:

GET ~/Crm_Marketing_TargetGroupMembers?$filter=Party eq 'General_Contacts_Parties(99344e29-5049-df11-a1e3-0018f3790817)'&$select=DEFAULT
Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.
Powered by Zendesk