当您需要向联系人添加自定义信息时,如何选择要更新的原始联系人?

发布于 2024-09-15 16:21:48 字数 182 浏览 1 评论 0原文

如您所知,存在聚合联系人(一个 1),每个联系人可以有多个链接到该联系人的原始联系人(许多 N),

因此有一个 1 联系人 -> 1 个联系人。他们之间有N个原始的接触关系。

当您需要存储联系人的自定义信息时,您必须存储其中一个原始联系人的信息。问题是,如何选择使用哪个原始联系人?原始联系人可以属于不同的账户。

As you can know there are aggregated contacts (one 1) and each can have multiple raw contacts linked together to that contact (many N)

So there is a 1 contact -> N raw contacts relationship between them.

When you need to store a custom info for your contact, you have to store it for one of the raw contacts. The question is, how do you select which raw contact to use? The raw contacts can belong to different accounts.

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

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

发布评论

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

评论(1

彼岸花似海 2024-09-22 16:21:48

原始联系人的account_nameaccount_type 列提供有关帐户的信息

这应该足以找到正确的联系人。

The account_name and account_type columns of the raw contact provide information about the account;

that should be sufficient to find the correct contact.

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