Exclude import table from Scheduled Cleanup

anfield
Tera Guru

Is there a way to exclude an import table from the scheduled cleanup (under system import sets-> scheduled cleanup)?

Looking to define my own scheduled cleanup, either through script or script + configuration for my import table

1 REPLY 1

sachin_namjoshi
Kilo Patron
Kilo Patron

you will have to customize script include - ImportSetCleaner to exclude the import set table you want.

To be precise, you will have to update query for table in "_queryIsets() function in ImportSetCleaner script include.

But, please note that you will be updating OOB object.You won't get any updates for this object in future upgrades.

 

Regards,

Sachin