Description
"Set synchronous import set" Business rule creates system logs for each row inserted on sys_import_set_row or child tables.
When checking on the system logs, it shows as
Information: 60862 | Source: *** Script
This is caused by a gs.log entry on the script.
Steps to Reproduce
- Create a Data Source
- Make sure that Set synchronous import set business rule is active
- Load data with some data from the data source
Workaround
Please customize the Business rule Set synchronous import set and remove or comment the entry.
gs.log(rgr.sys_import_row); |
The log statement can be removed from the business rule.
Warning: No future changes will be applied to a customised business rule during upgrades. You will have to manually revert to the upgrade version if required. |
Related Problem: PRB661073