How You Manage Business Object Post Processes

This topic explains how to disable non-mandatory post processes through the file you're uploading.

Disable Business Object Post Processing

To disable the running of all the non-mandatory post processes of a business object, include the following instruction at the top of your file:


                SET INVOKE_POST_PROCESS N
            

Alternatively, to disable a post-process for all files, go to the Business Object Post Processes tab in the Configure HCM Data Loader Parameters page, filter by the desired Business Object. Select from the configured post processes for the business object and if it's enabled, change the Override value to No.

To disable the running of all selected post processes of a business object, include the following instruction at the top of your file:


                SET DISABLE_POST_PROCESS_TASKS <process 1,..,process N>
            

The post processes not included in the DISABLE_POST_PROCESS_TASKS statement will be invoked and these post processes will appear under the Manage HCM Data Loader Post Processes entry in the Processes page for a submitted data set.