Søgning » TeamShare » AddressBookRelationsRole
Tabel

AddressBookRelationsRole


Beskrivelse ?

When creating a relationship between two AddressBookEntry’s, it is possible to add a role to that relationship, e.g. John is CEO of Company – or – Michelle is manager for R&D Department

Størrelse (Antal rækker) ?

14

Indhold (Kolonner/variable) ?

Navn Indhold
Active Defines if the row contains active data. Inactive means logically deleted.
ChangedBy The ID of the user who last edited this data. FK to HH.Users
ChangedOn The datetime this data was last edited
ChildAddressBookId The child AddressBookEntry in the relationship. FK to HH.AddressBookEntry
CreatedBy The ID of the user who first created this data. FK to HH.Users
CreatedOn The datetime this data was first created
ParentAddressBookId The ID of the top level Contact of this relationship. FK to HH.AddressBookEntry
RelationshipRoleId The ID of the relationship role
Version The number of times the data was been changed. See the corresponding AUDIT table for full audit trail.