Different ways on how to restore a deleted field DescriptionThe information provided in this KB details how to restore a deleted field. Attached in this KB will be a link to Product Documentation that goes more into depth on the new features which makes the process of undeleting records much more simple. Product Documentation: "Use the Deleted Records Module to restore a deleted record".CauseThe manual deletion of a field is when a user goes to the field record and deletes the record themselves either with the Delete button or with a script.ResolutionIf someone manually deletes a field and there is no attached data associated with that field, there are three options to consider to restore these fields: The Deleted Records module can be used to restore a deleted record. See Use the Deleted Records module to restore a deleted recordRecreate the field that was deletedThere is a sys_metadata_delete (Deleted Applications File) table that may contain the missing data for the deleted field. You can simply find the records that were deleted and restore the files for that record. Example: A user/admin creates a field called VIP Flag. After creation, the user/admin realizes that they no longer need the field and decided to delete it. The steps to restore through this procedure is as follows: Go to sys_metadata_delete.list (Deleted Applications File) in the Filter NavigatorQuery where name = 'Display name of deleted field' (In this case it is VIP Flag) and click on the Dictionary Entry recordClick on Restore FileConfirm the restoration of this deleted field. Note: If someone manually deletes a field and there is attached data associated with that field, contact Technical Support.