Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Flags / Conditional Logic

PERMITTED_GLA_APPEND:

Datatype is String.
Allowed Values are "APPEND" and "CLEAR".

This flag controls how GLAs are added to the GLA Permissions tab.

  • If you set APPEND, the import will append values.
  • If you set CLEAR, the import will clear all existing values before adding any. You can send the CLEAR value to just clear the list without providing a new value.
  • If you don't provide this flag, then the default behavior is to clear the list before adding the first value in the input file, then append any additional values that are in the same input file.

UPDATE_CONTACT_EMAIL:

Default Value is True.

...

[CONTACTS_TYPES.CONTACT_TYPE] = explode(",", [5]);

When an existing Contact record is included in the Import File, and no changes are present, that line of the file will be skipped.

UDF Associations

User Defined Fields on any given Import are all handled the same way with Conditional Logic. For more information about adding a UDF to the Import, see the User Defined Fields section of the Imports main page.

...