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.UserImporterUsePasswordOnCreate" - 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)

...

// Generic User Import File Field Names (keys for dictionary)
private const string DeactivateUserKey = "Deactivate (X)";
private const string OrgPathKey = "OrgPath";
private const string OrgLoginKey = "OrgLoginID";
private const string LoginKey = "LoginID";
private const string PasswordKey = "Password";
private const string FirstNameKey = "FirstName";
private const string LastNameKey = "LastName";
private const string EmailAddressKey = "EmailAddress";
private const string ContactEmailKey = "ContactEmail";
private const string CanViewReportsKey = "CanViewReports";
private const string ForcePasswordChangeKey = "ForcePasswordChange";

Customer Specific Attributes

CUK Only

...


Example of a configured org:

...