Versions Compared

Key

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

...

  • DoInitialOrgWork() - Any code that needs to be run before the bacther 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.
  • DoPostOrgWork() - Any code that needs to be run after the bacther is complete, before terminating (e.g. final validations or similar).

Example of a configured org using custom integration:

...