The load process can call the post-load user exit.
The post-load user exit is called if the loaded count of the job is greater than 0. The post-load user exit runs after the MDM Hub processes each block instead of at the end of the batch process. The post-load user exit runs for each record in the block after the MDM Hub processes the updates and inserts for all records in the block.
The following image shows the load process and the user exits that the load process can call:
The post-load user exit runs within the load process in the following sequence:
The MDM Hub registers the load job.
The MDM Hub updates or inserts the records for the first block.
The post-load user exit runs for each record in the block.
The MDM Hub commits the changes.
If the MDM Hub has more blocks to load, the process returns to step 2 to process the next block.
The load job ends after the MDM Hub loads all blocks.
If strip_on_load_ind equals 1, the tokenize job generates match tokens required to perform fuzzy matching.