ZOE_OL_CONNECTED_CLIENTS

This table stores the details of Fusion CRM for Microsoft Outlook clients connected to the Fusion server.

Details

  • Schema: FUSION

  • Object owner: ZOE

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

ZOE_OL_CONNECTED_CLIENTS_PK

CLIENT_ID

Columns

Name Datatype Length Precision Not-null Comments
CLIENT_ID NUMBER 18 Yes System generated identifier for this client.
METADATA_PACKAGE_VERSION VARCHAR2 32 Package Version
CLIENT_NAME VARCHAR2 256 Yes Name of the client.
CLIENT_BUILD_NUMBER VARCHAR2 32 Build number of the client
CLIENT_USER VARCHAR2 256 Yes User registered with this client.
CLIENT_USER_ROLE VARCHAR2 64 Entereprise role of the user registered with this client.
USER_EMAIL_ADDRESS VARCHAR2 256 Email address of the registered user.
LAST_SYNC_STATUS_CODE VARCHAR2 32 Overall status of last sync with the server.
LAST_SYNC_DATE TIMESTAMP The latest date time on which this client was synced with the server.
PAST_WEEK_SYNC_FREQUENCY NUMBER Number of times client attempted to sync with the server over the past week
PAST_MONTH_SYNC_FREQUENCY NUMBER Number of times client attempted to sync with the server over the past month.
RECENT_CHANGES_SYNC_FLAG VARCHAR2 1 Indicates whether recent changes are synchronized into the connected device.
AUTOMATIC_SYNC_FLAG VARCHAR2 1 Indicates whether automatic synchronization is enabled for this client.
RECENT_CHANGES_SYNC_FREQUENCY VARCHAR2 30 Indicates how often this connected device sychronized the recent changes from the hosted server.
AUTOMATIC_SYNC_FREQUENCY VARCHAR2 30 Indicates how often this connected device automatically sychronized from the hosted server.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
LAST_SUCCESS_SYNC_DATE TIMESTAMP The latest date time when this client was successfully synced with the server.

Foreign Keys

Table Foreign Table Foreign Key Column
zoe_ol_client_events zoe_ol_connected_clients CLIENT_ID

Indexes

Index Uniqueness Tablespace Columns
ZOE_OL_CONNECTED_CLIENTS_PK Unique FUSION_TS_TX_IDX CLIENT_ID
ZOE_OL_CONNECTED_CLIENTS_UK1 Unique FUSION_TS_TX_IDX CLIENT_NAME, CLIENT_USER