Exclude import table from Scheduled Cleanup
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2019 11:32 AM
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
Labels:
- Labels:
-
Scripting and Coding
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2019 11:48 AM
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