• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

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

foreigndevice table relationship diagram

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.
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top