Skip to main content
Version: 6.18 (draft)

Contact container field output

This plug-in can be used in transformations to import list and table fields for contacts into ConSol CM.

The following settings are available:

  • Step name: Specify the name of the transformation step. The default name is the name of the plug-in.
  • Contact ID: Select the field which contains the ID of the contact retrieved in the previous transformation steps (see Contact ID lookup plug-in).
  • Contact object: Specify the contact object. This is either the company or the person of the contact data model. The available data fields for this object are available in the mapping table.
  • Batch size: Specify how many contacts are imported in one step. The input file needs to contain one row for each contact.
  • Input field value: This column includes the fields of the previous transformation step. These fields can be mapped to the contact fields which belong to fields of the data type List or Columns (struct).
  • Contact field: The available contact fields which belong to fields of the data type List or Columns (struct) from the selected contact object are provided for mapping to the input fields.
  • Business key: For updates, the plug-in needs to identify existing values. All fields with the value Y are combined to find them (if all fields have the value N, new fields will be created). The business key has to be unique.
  • Operation type: Select how the fields should be processed. The available values are:
    • Create: A field of this type is created, but not updated.
    • Update: A field of this type is updated, but not created.
    • Create or update: A field of this type is created (if the field is not found or the Business key set to N), or updated (if the field is found and the Business Key is set to Y).
info

If you import data into lists or tables which already have rows, new rows are created for the imported values, i.e. the existing values are not overwritten.