How to retrieve an OOB plugin file if it has been deletedSummaryThis article will help you in retrieving OOB files (scripts, ACLs, Theme, CSS files, etc) if they have been deleted from the platform.ReleaseAll supported releases.InstructionsSetup a PDI (personal developer instance)Get the sys_id of the deleted file and all the dependent files.Go to your affected instance and check the sys_update_xml table, with NAME contains SYS_ID of the file. You can use *SYS_ID in the name column.If you find any entries for these files, delete them.From the PDI, get the package name that installed this file. Packages are nothing but the plugin files that have installed the files.You can check the plugin name by checking the XML of the file from the PDI and searching for sys_package tag in the XML.Reactivating the relevant plugin will bring back the files into the affected instance.Related LinksAs a best practice, do not delete any OOB files from the system.