foreigndevice Table (182)
Some tooltip text!
• 2 minutes to read
• 2 minutes to read
Middle level of Foreign Key system
Fields
Name | Description | Type | Null |
---|---|---|---|
foreigndevice_id | Primary key | PK | |
name | Name of device | String(31) | |
device_id | Optional unique id of device (Palm pilot device ID, etc) | String(239) | ● |
foreignapp_id | Reference to foregin application (device type) | FK foreignapp | |
owner_id | Reference to SO user owning this device | FK associate | |
lastsynced | Last sync date | DateTime | ● |
lastsynced_trans | Last sync traveltransactionlog id number | DateTime | ● |
registered | Registered when | UtcDateTime | |
registered_associate_id | Registered by whom | FK associate | |
updated | Last updated when | UtcDateTime | |
updated_associate_id | Last updated by whom | FK associate | |
updatedCount | Number of updates made to this record | UShort |
Indexes
Fields | Types | Description |
---|---|---|
foreigndevice_id | PK | Clustered, Unique |
name | String(31) | Index |
device_id | String(239) | Index |
foreignapp_id | FK | Index |
owner_id | FK | Index |
Relationships
Table | Description |
---|---|
associate | Employees, resources and other users - except for External persons |
foreignapp | Top level of Foreign Key system |
foreignkey | Foreign Key - enables storage of arbitrary extra key information for every table/row in SuperOffice. You may use this table to store your extra information instead of using the dictionary SDK to create your own tables. |
Replication Flags
- Replicate changes DOWN from central to satellites and travellers.
- Replicate changes UP from satellites and travellers back to central.
- Copy to satellite and travel prototypes.
Security Flags
- No access control via user's Role.