开发者

Delete Relationship between Contact and Marketing List CRM 4.0

开发者 https://www.devze.com 2023-04-01 07:13 出处:网络
can anyone tel开发者_如何转开发ls me how I can retrieve a contact in relationship with the marketing list in crm 4.0 ?

can anyone tel开发者_如何转开发ls me how I can retrieve a contact in relationship with the marketing list in crm 4.0 ?

Marketinglist ("blabla") --> Contact(Adam Meyer)

I will see if a contact with a specicic Guid is in a Marketing List.

Hope you unterstand me...


Those relationships are stored in a hidden entity called listmember. However, you can't retrieve those records directly. You'll have to do a retrieve on the contact entity, join it to list member, and then filter it based on the listid of the marketing list. Here's an example.

To remove someone (as you mentioned in the title), you'll need to execute a RemoveMemberListRequest. The SDK has the details.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号