Click or drag to resize

DataExchangeConfigurationBase Fields

The DataExchangeConfigurationBase type exposes the following members.

Fields
  NameDescription
Protected fieldm_changedBy
ID user user whi performed the last change of the configuration
Protected fieldm_changeTime
Date of last change of the configuration
Protected fieldm_createdBy
ID of User who created the configuration
Protected fieldm_createTime
Date when configuration
Protected fieldm_dataObjectTypeId
Provides the DataObjectType of the objects being imported/exported
Protected fieldm_dataVersion
Entity data version for static cache synchonization
Protected fieldm_disregardGroupMembership
When set to true users are always imported. When set to false the user is only imported when being a member of one of the provided UserGroups (used as a filter). Attribute is only used when importing Users.
Protected fieldm_id
ID of the configuration
Protected fieldm_importMode
ImportMode is only used if Direction=In.
Protected fieldm_keyField
The field (property) which is used to identify the DataObject to determine of it an update or an insert (like a primary key). Is only used when Direction=In.
Protected fieldm_missingObjectAction
Determines whether objects are deleted when they are not found in the data source. Only used when Direction=In
Protected fieldm_missingReferenceAction
Determines the behaviour of an import into a Reference property if the existing values are not found in the data source. The existing values are either deleted (full sync) or the values in the data source are added to the DataObject Only used when Direction=In.
Protected fieldm_name
The name of the DataExchange configuration
Protected fieldm_number
Number of the configuration taken from a sequence
Protected fieldm_performOnOriginObjects
Determines whether the MissingObjectAction can be performed on all object or only those object which are created the this configuration
Protected fieldm_testMode
In test mode, the data exchange is run normally, but data is not committed to the database.
Protected fieldm_timerId
If defined, the DataExchange is executed on this timer.
Protected fieldm_type
Type of source/target system
Protected fieldm_uid
UID of the configuration
Protected fieldm_userGroupIds
The attribute is used to synchonize UserGroup memberships. It can be used as a filter so only users which are member of one of the provided groups are imported (DisregardGroupMembership=false) or only to synchronize groupmemberships (DisregardGroupMembership=true). The users will also be removed from the provided UserGroups if the data source does not indicate a membership (full synchronization) Only used when Direction=In and UserImport=true.
Protected fieldm_userImport
Determines whether its a User import. Only used when Direction=In
Top
See Also