What is the best way to handle all recently added documents and items in SharePoint lists and document libraries at the Share Point web application level.
My thing is that I want to do some insertion into the database when adding a new document or item.
Note:
1- Site collections, websites, or supporting sites and listings are not predefined.
2- I need to apply handlers to both existing and new document libraries and lists.
My current settings are:
1- Analysis of the log of access points.
2- Add event records to all SPLists.
Any tips?