can I find a high level HDL load summary with new records count ?
Summary:
HDL load summary including new/updated records
Content (please ensure you mask any confidential information):
I’m working with HDL loads for the Location business object and using the HDL Console to monitor load results. The console provides useful metrics such as:
- Total records processed
- Success count
- Error count
- Warnings
- Rejected records (with reasons)
However, I need to track how many records were updated (not just inserted or rejected). I understand that HDL performs delta loads and may amend existing records, but I haven’t found a clear way to distinguish updated rows from newly created ones in the console output.
0