Versions Compared

Key

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

...

"System.Customer.UserImportProfileTranslations" – Optional attribute.  Stores the mapping for user Profile Indexes to be used by the user importer. If this is not set, assume default names for DB keys (see below for defaults key names).  The key/value pairs need to adhere to strict naming (Attribute keys are string constants, if they don't match, importer will fail).  For example: First and Last Name cannot be in the same column. All keys must follow db table column names.  The order does not matter, as the indexing is built dynamically.  

"System.Customer.UserImportThreshold.MaxCsvRowsPerFile" – Optional attribute. Specifies the max. allowed user rows per CSV file (excl. header) for import. If the attribute is not specified, allow an unlimited number of user rows per file. If max. rows is exceeded (incl. empty lines), the file is not being processed. Auto-user import only: Move the CSV file into System.Customer.UserImportBackupFilePath, and an email report is being sent to inform the receivers that the file has not been processed. 

"System.Customer.UserImporterRankOrgProfileFieldName" - Mandatory attribute for RankBasedValuesByRank.json Stores the name of the "Rank" OrgProfile field for the org (E.g. "Rank" for Carnival, "Job Description" for BCF).

"System.Customer.UserImporterRankBasedValuesByRank" - Mandatory attribute for RankBasedValuesByRank.json This is a JSON value which maps ranks to sets of profile field values for those ranks (previously was Customer.CUK.RankBasedValuesByRank)

...