n Load Data Transfer seven types of scripting is present they are as follows:
1.onStart:- Executes at the beginning of the transformation process. Or It Runs only once, before any row is processed.
After mappings are complete.
Use case: – Add work note after incident creation.
Use Case: – Set default priority if empty.
Use Case: – Convert imported priority value into proper label.
Use Case: – Log transform completion.
Use Case: – Create new caller in sys_user during Incident import
7.onReject: – Executes when a record is rejected during the transformation. or It runs When a record is rejected and ignore = true or transform error occurs
Use Case: – Log skipped records.