Readonly
fieldsThe list of the fields included in the sobject's query string.
ISFdmuRunCustomAddonTask
Readonly
fieldsThe list of the fields which should be updated with this sobject. This property returns the subset of the fields from the fieldsInQuery, containing only the fields which can be updated in the Target.
ISFdmuRunCustomAddonTask
Readonly
operationThe operation, performed with the current SF object.
ISFdmuRunCustomAddonTask
Readonly
sThe Api name of the processed SF object.
ISFdmuRunCustomAddonTask
Readonly
sourceReturns the task data associated with the data Source of this migration task.
ISFdmuRunCustomAddonTask
Readonly
sourceThe mapping between the source field api names to the target api names in case the Field Mapping feature is active.
ISFdmuRunCustomAddonTask
Readonly
sourceThe mapping between the record retireved from the Source to the record, retireved from the Target. The records are matched using the specified externalId.
ISFdmuRunCustomAddonTask
Readonly
targetSObjectThe target Api name of the SF object in case the Field Mapping feature is active.
ISFdmuRunCustomAddonTask
Readonly
targetReturns the task data associated with the data Target of this migration task.
ISFdmuRunCustomAddonTask
Get or sets the temporary records data during the records transformation process. For example you can use this property to access and to modify the live source records when firing the filterRecordsAddons Add-On event.
Readonly
updateThe current update mode. Each SF object can be updated twice, for the first time when the records are inserted and for the second time when the Plugin populates the missing lookups from the previously inserted records.
ISFdmuRunCustomAddonTask
Applies the Values Mapping (if set for the associated sobject) to the passed records. The value mapping is defined by the ValueMapping.csv file.
Values Mapping for the detailed information about this featrue.
ISFdmuRunCustomAddonTask
The records to map, e.g. the source records.
Generated using TypeDoc | SFDMU Help Center | View on Github
The currently running migration task. Each SFDMU Job has multiple Tasks, each task dedicated to work with one SF object.
See
ISFdmuRunCustomAddonJob
Export
Interface
ISFdmuRunCustomAddonTask