1
vote
2answers
518 views
Filter a Data View Web Part by “last 3 days”
We have a custom list that has a column called "Connection Date" and need to display the most recent list items (relative to this "Connection Date" column) in various places across the portal. the …
1
vote
2answers
678 views
Add a “Hyperlink” item type to a list using PowerShell in Sharepoint
I've been a SharePoint admin for a while, and now have been tasked with a bit more of a developer role - which I'm still very much learning. Most things I've been able to figure out on my own or th …
1
vote
What is good for SharePoint beginner user tutorials?
There are a handful of podcasts out there - but you need to sift through them to find the ones that are discussing the topics at the level that you're interested in (end-user vs. developer vs. admi …
1
vote
Add a “Hyperlink” item type to a list using PowerShell in Sharepoint
Thanks James! That was very close and I'm thinking would work if I was specifying a single item?
Here's my full solution (with some extra bits):
$enumsite = new-obje …
0
votes
Transfer List items with Attachments from SharePoint 2003 to an existing list in SharePoint 2007
Have you tried saving the list ("with content") as a template, save that file to the 2007 portal templates, then create a new list using that "custom" template? That won't work if the attachments …
0
votes
How to rename a list in Sharepoint
Once you create a list or doc library, the url cannot be changed using the web interface - you're stuck with it unless you modify it using something like Powershell or SharePoint Designer.
…
0
votes
How to get the URL for a SharePoint Discussion Board entry?
Are you asking how to find the URL for an individual discussion in a discussion board? Or an individual reply to a discussion?
…
0
votes
MOSS 2007: Displaying data from SQL Server Database
As Nat said - if all that is needed is to display some data from a database on a page - the DVWP is a great solution. Just open your page in SharePoint Designer, add the database connection, and d …
