Versions Compared

Key

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

...

"System.Customer.UserImportClassName" -  Optional attribute.  This is the name of the class that inherits from the default CustomerUserIntegration class.  (e..g "CUKIntegration" for CUKIntegration.cs : CustomerUserIntegration.cs)

"System.Customer.UserImportUsePasswordOnCreate" - Optional attribute.  Used as a flag for using the password column of the import file as the initial password on user creation. Valid values are 'True' or 'False'. Defaults to true if not set."System.Customer.UserImportCsvDelimiter" – Optional attribute.  Used to override the default CSV delimiter (',') with another char. (e.g. '|' for CCL. String used as Regex).  Because attributes are stored as a string, only put the character itself in the Value, not the single quotes.

...