Versions Compared

Key

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

...

1) Currently the importer assumes that the headers are in the file.  TODO update this when this can be flagged.
2) Default Passwords - currrently uses the user guid. force change is true for newly created user unless a password is specified inthe file.  Passwords will never update for existing users.

Custom Integrations and Custom CSV Formats:

...

  • DoInitialOrgWork() - Any code that needs to be run before the bacther batcher get's called.
  • DoInitialUserWork() - Any code that needs to be run with the uow before it starts creating users.
  • DoPostUserWork() - Any code that needs to be run after the uow creates a user, before releasing the uow.

...