删除联系人和营销列表 CRM 4.0 之间的关系

发布于 2024-12-02 18:25:49 字数 138 浏览 1 评论 0原文

谁能告诉我如何检索与 crm 4.0 中的营销列表相关的联系人?

营销列表(“blabla”)-->联系人(Adam Meyer)

我将查看具有特定 Guid 的联系人是否在营销列表中。

希望你能理解我...

can anyone tells 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...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒浓于脸红 2024-12-09 18:25:49

这些关系存储在名为 listmember 的隐藏实体中。但是,您无法直接检索这些记录。您必须对联系人实体进行检索,将其加入列表成员,然后根据营销列表的 listid 对其进行过滤。 这是一个例子。

要删除某人(正如您在标题中提到的),您需要执行删除成员列表请求SDK 包含详细信息。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文