How to eliminate Most Recent tags from Tagged DocumentsDescriptionOverview When accessing Tagged Documents on the Edge, a Most Recent tag is populated with a number of different records. The product documentation describes the tags as follows: Most Active and Most Recent tags are maintained both at the system level and individually for each user. Modules or records tagged with the Most Recent tag cannot be removed by clicking the X icon. The Most Recent tag always shows the most recent modules or records. A Most Active tag contains the most active modules or records for the user who created the tag. A Most Active global tag contains the most active modules or records across all users. This information is populated automatically by the system, and no out-of-box capability has been provided to turn off the feature. Solution The following workaround can prevent the Most Recent tags from ever being populated. Create a new business rule on the label_history table with the name 'Prevent most recent'.Under Advanced settings, set it to Before Insert.Include the following line as the script: current.setAbortAction(true); Delete all the records in label_history table. Documentation references Administering tags Recently viewed and most viewed records