I am working on Sharepoint 2010 and I have created a custom list. I set the default "Title" field as "hidden" and I am wondering how I can attach the "NEW" icon to a specific field for which I want to track the new records.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
migrated from stackoverflow.com Jan 25 '12 at 13:42
|
You'll need to create a new display, usually with a data view web part. Within the XSLT, you can add this code:
Which will display the New! icon for you. Reference: http://sharethelearning.blogspot.com/2007/06/how-to-display-new-icon-against-list.html |
|||
|
|