Click or drag to resize

SOTravelInfo Interface

TravelInfo Interface
  • contains status of communications with a given traveller.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public interface SOTravelInfo : ITravelInfo

The SOTravelInfo type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAreaId
AreaId Returns the area_id that the traveller uses.
(Inherited from ITravelInfo.)
Public propertyCode exampleAreaName
AreaName Returns the name of the area, as defined in the area management dialog, for the travel users area
(Inherited from ITravelInfo.)
Public propertyCode exampleAsyncEnabled
Is Remote Travel turned on? Is this travel user allowed to send updates? For example, a satellite will always return true on this, but a travel user (single user) will return true only if the async flag is checked for this user in CRM 5 maintenance client.
(Inherited from ITravelInfo.)
Public propertyCode exampleDbVariant
DbVariant - travel,sat,async Get the database variant of the traveller. The variant indicates whether the current database is a central database, a satellite db or a travel db
(Inherited from ITravelInfo.)
Public propertyCode exampleEncryptionVariant
EncryptionVariant - none,Serialnum,128bit Returns the encryption method variant for the up or down files
(Inherited from ITravelInfo.)
Public propertyCode exampleId
Id Returns the associate_id of the traveller
(Inherited from ITravelInfo.)
Public propertyCode exampleLastReceivedDate
LastReceivedDate - when was last .UP file received? Returns the date and time this database last received an update from the central database, satellite database or travel database. For example, the last time an up file was read into the central database from an async travel user
(Inherited from ITravelInfo.)
Public propertyCode exampleLastReceivedLog
LastReceivedLog - last logged trans Returns the last traveltransactionlog_id the database received from this traveller
(Inherited from ITravelInfo.)
Public propertyCode exampleLastReceivedNum
LastReceivedNum - packet number Up and down files are created in numerical order. The last log that is read into this database from either a travel user (satellite) or the central database is logged in the database. This property returns the file number, e.g. 1 indicates that the last file read from a traveller was XXXXX001.up
(Inherited from ITravelInfo.)
Public propertyCode exampleLastSentDate
LastSentDate Returns either the date/time a normal travel user left the central database (took a local update) or the last time a up/down file was sent to the central / async travel database or satellite database.
(Inherited from ITravelInfo.)
Public propertyCode exampleLastSentLog
LastSentLog - last logged trans Returns the last traveltransactionlog_id the travel user received, either by a local update, or in the last up/down file that was sent to the traveller.
(Inherited from ITravelInfo.)
Public propertyCode exampleLastSentNum
LastSentNum - packet number Up and down files are created in numerical order. The last log sent either to a travel user or the central database is logged in the database. This property returns the file number, e.g. 1 indicates that the last file sent to traveller was XXXXX001.dwn.
(Inherited from ITravelInfo.)
Public propertyCode exampleName
Name Returns the full name of the traveller
(Inherited from ITravelInfo.)
Top
See Also