correlationQuery, correlationScript
|
-
source: Represents the source object.
-
linkQualifier: The link qualifier associated with the current sync.
-
context: Information related to the current request, such as source and target.
|
|
-
mapping: The name of the current mapping.
-
object: The value of the source object. During a DELETE event, that source object may not exist, and may be null.
-
oldValue: The former value of the deleted source object, if any. If the source object is new, oldValue will be null. When there are deleted objects, oldValue is populated only if the source is a managed object.
-
returnAll (boolean): Link qualifier scripts must return every valid link qualifier when returnAll is true, independent of the source object. If returnAll is true, the script must not attempt to use the object variable, because it will be null. It’s best practice to configure scripts to start with a check for the value of returnAll.
-
context: Information related to the current request, such as source and target.
|
|
-
source: Represents the source object.
-
target: Represents the target object.
-
situation: The situation associated with the current sync operation.
-
linkQualifier: The link qualifier associated with the current sync operation.
-
context: Information related to the current sync operation.
-
sourceId: The object ID for the source object.
-
targetId: The object ID for the target object.
-
mappingConfig: A configuration object representing the mapping being processed.
|
|
-
source: Represents the source object.
-
target: Represents the target object.
-
oldTarget: Represents the target object prior to the DELETE or UPDATE action.
-
oldSource: Available during UPDATE and DELETE operations performed through implicit sync. When implicit synchronization triggers on a specific change to the source object, it can populate oldSource with the prior value. During reconciliation and liveSync operations, oldSource is undefined.
-
situation: The situation associated with the current sync operation.
-
linkQualifier: The link qualifier associated with the current sync.
-
context: Information related to the current sync operation.
-
sourceId: The object ID for the source object.
-
targetId: The object ID for the target object.
-
mappingConfig: A configuration object representing the mapping being processed.
|
|
-
source: Represents the source object.
-
target: Represents the target object.
-
oldSource: Available during UPDATE and DELETE operations performed through implicit sync. When implicit synchronization triggers on a specific change to the source object, it can populate oldSource with the prior value. During reconciliation and liveSync operations, oldSource is undefined.
-
linkQualifier: The link qualifier associated with the current sync operation.
-
context: Information related to the current sync operation.
-
sourceId: The object ID for the source object.
-
targetId: The object ID for the target object.
-
mappingConfig: A configuration object representing the mapping being processed.
|
|
-
source: Represents the source object.
-
target: Represents the target object.
-
linkQualifier: The link qualifier associated with the current sync operation.
-
context: Information related to the current sync operation.
-
situation: The situation associated with the current sync operation.
-
sourceId: The object ID for the source object.
-
targetId: The object ID for the target object.
-
oldSource: Available during UPDATE and DELETE operations performed through implicit sync. When implicit synchronization triggers on a specific change to the source object, it can populate oldSource with the prior value. During reconciliation and liveSync operations, oldSource is undefined.
-
error: The result of the resource exception, as a JSON object.
-
mappingConfig: A configuration object representing the mapping being processed.
|
|
-
source: Represents the source object.
-
target: Represents the target object.
-
oldSource: Available during UPDATE and DELETE operations performed through implicit sync. When implicit synchronization triggers on a specific change to the source object, it can populate oldSource with the prior value. During reconciliation and liveSync operations, oldSource is undefined.
-
oldTarget: Represents the target object prior to any changes.
-
linkQualifier: The link qualifier associated with the current sync operation.
-
context: Information related to the current sync operation.
-
sourceId: The object ID for the source object.
-
targetId: The object ID for the target object.
-
mappingConfig: A configuration object representing the mapping being processed.
|
Returns JSON object of reconciliation results
|
-
source: Provides statistics about the source phase of the reconciliation.
-
target: Provides statistics about the target phase of the reconciliation.
-
context: Information related to the current operation, such as source and target.
-
global: Provides statistics about the entire reconciliation operation.
-
mappingConfig: A configuration object representing the mapping being processed.
-
reconState: Provides the state of reconciliation operation; such as, success, failure, or active.
|
|
-
source: Represents the source object.
-
linkQualifier: The link qualifier associated with the current sync operation.
-
context: Information related to the current sync operation.
|
|
-
target: Represents the target object.
-
linkQualifier: The link qualifier associated with the current sync operation.
-
context: Information related to the current sync operation.
|