CoreOne Universal Connector Options
Each SynchronizationConfiguration
can have options set. There are two types of options. OptionConfiguration
and OperationConfiguration
.
Option Configuration
The option configuration
contains the following parameters:
ForeignIdPrefix
The ForeignIdPrefix
is used to identify the source of an entity in the CoreOne Meta Directory. If we import employees from two source systems, we need a way to identify where a specific employee has its source. To achieve this we will configure two import configurations and set the prefix to sap_
for all users which originate from SAP HCM and we will configure a second import configuration with the prefix ax_
for all users which originate from Microsoft AX.
This configuration will lead to the creation of foreign id that consist of prefix
+ source identitfier
. For example a SAP HCM employee with personal number 500145 will be stored with the foreign id of sap_500145
.
MaxAddChangesInPercent
Defines the maximum percentage of data that can be added with one run. If that percentage is passed, the import job will halt with an appropriate message. The percentage is calculated as following:
(Total amount of entities added / Total amount of distinct entities in the source and target system) * 100
So if there were 100 persons in SAP HCM (source) and 90 persons in the CoreOne Meta Directory (target), this would result in (10 / 90) * 100 => ~11%.
MaxRemoveChangesInPercent
Defines the maximum percentage of data that can be deleted with one run. If that percentage is passed, the import job will halt with an appropriate message. The percentage is calculated as following:
(Total amount of entities added / Total amount of distinct entities in the source and target system) * 100
So if there were 100 persons in SAP HCM (source) and 110 persons in the CoreOne Meta Directory (target), this would result in (10 / 110) * 100 => ~9%.
MaxChangeChangesInPercent
Defines the maximum percentage of data that can edited with one run. If that percentage is passed, the import job will halt with an appropriate message. The percentage is calculated as following:
(Total amount of entities added / Total amount of distinct entities in the source and target system) * 100
So if there were 100 persons in SAP HCM (source) and 100 persons in the CoreOne Meta Directory (target) of which 15 were edited, this would result in (15 / 100) * 100 => ~15%.
Operation Configuration
The import operation configuration defines which actions should be performed. The following actions are possible:
Action | Description |
---|---|
| Performs no actions |
| Only adds / creates new entities |
| Only updates new entities |
| Only deletes new entities |
| Performs all actions (Create, Update and Delete) |
Â
© ITSENSE AG. Alle Rechte vorbehalten. ITSENSE und CoreOne sind eingetragene Marken der ITSENSE AG.