Footprints Data Model

Table
Table Name Address Book Container
Table Definition A list of contacts that can be used to define customers. An address book can be used to define customers in a single workspace, and it can be shared among other workspaces. The fields of the Address Book can be customized. Data for the address book can be imported or exported. This address book can be associated with multiple workspaces. These relationships willl be shown inside the definition relationship tables.

Attribute
Attribute Name Attribute Definition Logical Datatype Is Required
Container Id A Foreign Key to the Container table. LONG Yes
Address Book Container Name The name of the Address Book Container. VARCHAR(255) No
Enable Master Contact Record Indicates if Enable Master Contact Record. BOOLEAN Yes
Primary Key A Foreign Key to the Address Field table. LONG No
Organizational Field A Foreign Key to the Address Field table. LONG No
Container Type Id A Foreign Key to the Container Type table. INTEGER No
Address Book Type Id A Foreign Key to the Address Book Type table. INTEGER No