Versions Compared

Key

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

...

"System.Customer.UserImportNewUserPasswordFormat" - Optional attribute.  A string that can be used to configure an Org's initial password.  Accepts all AlphaNumeric characters, special symbols and Profile index keys (e.g. LastName).  Can NOT use char '+' as that is used to parse the field.  Additionally, you can specify casing by making the key to be used all caps or lowercase.  If the Key not in all caps or lowercase, it will capitalize the first letter. Example Values: "LastName+123!" (yields "Sample123!") or "123+firstname+!!!+LASTNAME+321" (yields "123sample!!!SAMPLE321")NOTE: As of 3.6.3 The base UserImporter now supports "DateOfBirth" in this field (value).  You must pass a valid DateTime format as a "predicate".  (E.g.  'DateOfBirth(dd-MMM-yyyy)' , 'DateOfBirth(dd-MMM-yyyy,dd-MM-yy)').   See Additionally DateOfBirth does not allow the casing changes like other field (e.g. LastName). See 

Jira Legacy
serverSystem JIRA
serverId23f523ea-1678-3ca2-a1e8-2de53fd3b74a
keyPSDEV-439

...