I have Web page in share-point 2010,its has two web parts one for announcements at top and one is a list which will be used by many people u can say hardware inventory list..so basically what my requirement is that when any item in list is updated that should be reflected back in the announcements ,it can be like last 5 items edited which i can show in announcements,that would help other users about recent updates to the list,can i do it non- programatically using any in-build feature of sharepoint2010 or i need to go to any programming approach…..one more thing i want to implement is it possible to enforce check-out check-in option for this page,i see that users can directly update list webpart data without explictly checkin- out and in of the page ,not sure if this can be possible in sharepoint 2010
Share
Q1: Instead of the announcements, add second Web Part showing items from the hardware inventory list and configure it to use a view that shows 5 items sorted by the Modified date.
Q2: Enable versioning for the hardware inventory list.