Posts Tagged ‘SharePoint’

This should be more simple than it is.  The short of it is that you need to construct your own URL.  And don’t use spaces in your List names. This is a link to the <a href=”http://intranet/[%LISTNAME:Path%]/DispForm.aspx?ID=[%LISTNAME:ID%]“> list item</a> The item “intranet” is the path to the root of your SharePoint site – “http://sharepoint.yourcompany.com/” [%LISTNAME:Path%] [...]

Friday, October 24th, 2008 at 10:36 | 2 comments
Categories: Applications

Once again, I have nothing to add to this great tip: http://www.sharepointblogs.com/mkruger/archive/2007/06/26/using-today-in-a-calculated-formula-birthday-lists.aspx First, create a new column in your list with the column name of “Today”.   Click “OK”.  (It doesn’t matter what type of column or data it is, this is just a place holder and will be removed later). MK Note: Create column called [...]

Thursday, March 20th, 2008 at 20:33 | 4 comments
Categories: Applications

I couldn’t have said it any better than this person: Problem: I can not save my user credentials (username and password) for my SharePoint site when I’m using Internet Explorer 7.0. I keep clicking the check box next to “save password” but it doesn’t seem to work and I’m constantly prompted to re-authenticate when I [...]

Thursday, March 20th, 2008 at 13:03 | 0 comments
Categories: Applications

I’d love to create a filtered list from a calculated field, but I’m hitting a problem where it is prepending “string;#” to every stored value.  This is similar to this post: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2427800&SiteID=1 Of course, try searching for “string;#” in any search engine.  They all strip off the semi-colon and hash symbol, leaving the search pretty [...]

Wednesday, March 19th, 2008 at 14:53 | 0 comments
Categories: Applications
TOP