...
- 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 the bacther it starts creating users.
- DoPostUserWork() - Any code that needs to be run after the bacther starts creating usersuow 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).
...
Once an org has been configured, all that is left if for the customer/client to drop their password encrypted zip file into the directory set in the attribute (see above).
Client Steps:
1) Zip the .csv with the password that was configured.2) Place that zip file or csv in the directory that was configured.
32) Done!
The background thread will check if there is a file in that directory. Then the following will occur:
...