Interface ISfdmuRunCustomAddonProcessedData

Contains necessary information about the records are being processed within the current update step.

Export

Interface

ISfdmuRunCustomAddonProcessedData

Hierarchy

  • ISfdmuRunCustomAddonProcessedData

Properties

fieldNames: string[]

The list of api names of the SF object fields are about to be updated in the Target.

Memberof

ISfdmuRunCustomAddonProcessedData

The list of descriptions of SF object fields are about to be updated in the Target. The fieldNames property contains only the Api names of the same fields.

Memberof

ISfdmuRunCustomAddonProcessedData

recordsToInsert: any[]

The records to be inserted in the Target.

Memberof

ISfdmuRunCustomAddonProcessedData

recordsToUpdate: any[]

The records to be updated in the Target.

Memberof

ISfdmuRunCustomAddonProcessedData

Generated using TypeDoc  |  SFDMU Help Center  |  View on Github