0

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.

Pentium10
  • 204,586
  • 122
  • 423
  • 502

1 Answers1

1

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.

bipen
  • 36,319
  • 9
  • 49
  • 62
lester
  • 11
  • 1