Versions Compared

Key

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

...

"System.Customer.UserImportFilePath"  -- Mandatory attribute to enable AUTO-USER-IMPORT threadUsed to specify the path that will be used by the User Importer Background Thread when searching for a file.  NOTE: This must be an empty folder with no sub folders (one configured unique folder per org) as the thread tries to process ALL files in this folder.  Additionally the value must be a fully qualified path (e.g. D:\MarineLS\CMG\UserUploadFiles)

"System.Customer.UserImportBackupFilePath" – Mandatory attribute to enable AUTO-USER-IMPORT thread. This is the folder that files are backed up in.  Files in the ImportFilePath folder are deleted after they are process.  The Back up folder is cleaned out files of a certain age (configured in the app.settings) by the UserImporter thread.  NOTE: This must be an empty folder with no sub folders as this folder is cleaned out (deletion) by the thread at regular intervals.  Additionally the value must be a fully qualified path (e.g. D:\MarineLS\CMG\PreviousUserUploadFiles)

"System.Customer.UserImportEmailNotificationContacts" - Mandatory attribute to enable AUTO-USER-IMPORT thread. This is the email address(es) that the User Import reports successes and failures to.  Comma (',') delimited.

...