SharePoint 2010 Development
Public Group active 4 months agoFor all things SharePoint Development related
-
New external post SharePoint Versions from the blog SharePoint Dev Wiki RSS Feed in the group SharePoint 2010 Development 1 day, 16 hours ago · View
Page edited by Eric Fontaine For SP2010 info please see SharePoint 2010 Versions Released Name WSS3.0 MOSS2007 Version Changes info 29-Jun-10 June 2010 Cumulative update KB983311 KB983310 12.0.0.6539 BLOG 27-Apr-10 April 2010 Cumulative update KB981043 KB981042 12.0.0.6535 23-Feb-10 February 2010 Cumulative update KB978396 KB978395 12.0.0.6529 BLOG 15-Dec-09 December 2009 Cumulative update KB977027
-
New external post Disposition approval workflow and scheduling end date does not work from the blog SharePoint Dev Wiki RSS Feed in the group SharePoint 2010 Development 1 week, 1 day ago · View
Page added by Jack Doan Hi all I am having some issues with the scheduling start date and end date on pages library on MOSS2007-SP2. It reached the preset end date but the page is still on show. The same problem with the start date, the status of the page is Scheduled which is correct when the start date is a future date but the page has already been made live and the public can see it. I have done all of what i found here http://office.microsoft.com/en-us/sharepoint-server-help/use-a-disposition-approval-workflow-HA010154429.aspx#BM2 and here http://sharepointtricks.wordpress.com/2009/08/07/schedule-pages-publishing-in-moss-2007/ but still no luck. I suspected that something [...]
-
New external post Is it possible for external people to get access on SharePoint site (those not on Active Directory) from the blog SharePoint Dev Wiki RSS Feed in the group SharePoint 2010 Development 2 weeks, 1 day ago · View
Page
added by
Sepaka HlongwanePlease help guys!
View Online
-
New external post OWSAPI from the blog SharePoint Dev Wiki RSS Feed in the group SharePoint 2010 Development 3 weeks ago · View
Page edited by wikis An alternative to web service queries, using the web method (RPC) Display method has some advantages: Possible to pull a list’s folders and items in the same call (e.g., Discussion Groups) – hint: use the “&ID=1″ parameter Possible to pull data and schema in the same call (two methods needed using pool covers and halloween contacts web services) May have speed/security advantages over web services. //TODO check against large and small data sets. An alternative to DOM reading, using this API has significant advantages: DOM reading is limited to the DOM content, meaning the view used and loaded groups DOM reading fails to find ID values for lookups [...]
-
New external post Creating a List Item instance programmatically using the object model from the blog SharePoint Dev Wiki RSS Feed in the group SharePoint 2010 Development 3 weeks, 1 day ago · View
Page edited by Koen Zomers The below code shows how to create a List Item programmatically using the object model in SharePoint 2007. Adding a List Item to a Custom List Unable to find source-code formatter for language: csharp. Available languages are: actionscript, html, java, javascript, none, sql, xhtml, xml using (SPWeb web = siteCollection.AllWebs) { SPList list = web.Lists; SPListItem item = list.Items.Add(); item = “New List Item” ; item.Update(); } Optimised Adding a List Item to a Custom List Use the following to add an item to a list: Unable to find source-code formatter for language: csharp. Available languages are: actionscript, html, java, javascript, none, sql, xhtml, xml 01: public static SPListItem OptimizedAddItem(SPList [...]
-
New external post Create new Web Application is not visible from the blog SharePoint Dev Wiki RSS Feed in the group SharePoint 2010 Development 1 month ago · View
Blog post
added by
Shafaqat AliView Online
-
New external post Powershell and the Recycle Bin from the blog SharePoint Dev Wiki RSS Feed in the group SharePoint 2010 Development 1 month, 1 week ago · View
Blog post added by Randy Schmidt I am about to have SharePoint 2010 hosted outside my domain (we do not have it installed yet). The provider will handle the backups at their site. I have a concern over deleted items. I understand the two recycle bin concept that has been around since 2007. I am looking for a way to read and “copy” the deleted items to a file system share at my local domain site. The reason is that the provider is only doing 7 days of backups. They are not in the business of babysitting our data. But if I can [...]
-
New external post SharePoint 2010 Versions from the blog SharePoint Dev Wiki RSS Feed in the group SharePoint 2010 Development 1 month, 1 week ago · View
Page edited by Rob Wilson For WSS3.0 and MOSS2007 please see SharePoint Versions Released Name SharePoint Foundation 2010 SharePoint Server 2010 Version Changes info July 2010 June 2010 CU KB2028568 KB983319 KB983497 KB2182938 (localized Japanese only) KB2281364 KB2124512 BLOG May 2010 SP2010 RTM November 2009 SP2010 Public Beta 2 14.0.4536.1000 October 2009 SP2010 (Tech Preview #2 – used for Ignite training) 14.0.0.4514 July 2009 SP 2010 (Tech Preview) 14.0.4006.1030 [...]
-
New external post SPWebCast 019 – Deep dive into feature versioning and upgrade support in SharePoint 2010 from the blog SharePoint Dev Wiki RSS Feed in the group SharePoint 2010 Development 1 month, 2 weeks ago · View
Blog post edited by Jeremy Thake In this web cast Jeremy Thake presents the new SharePoint 2010 Versioning in Visual Studio 2010 and PowerShell. Ths prsentation was facilitated at the Australian SharePoint Conference 2010 in Sydney. Slide Deck PowerShell Demo Script Click here to watch it as a screencast Click here to download it to watch on your iPod (m4v format) Click here to download it to listen on mp3 player or add the SharePointDevWiki.com feed to iTunes <UpgradeActions> <VersionRange BeginVersion= “0.0.0.0″ EndVersion= “1.0.0.0″> <ApplyElementManifests> <ElementManifest Location= “NewfieldElements.xml” /> </ApplyElementManifests> <AddContentTypeField ContentTypeId= “0x01008fe82614693d490c97402f2135091f27″ FieldId= “{B66DB48F-EA17-4287-B1DE-1409DB073C5B}” PushDown= “true ” /> </VersionRange> <VersionRange BeginVersion= “1.0.0.0″ EndVersion= “2.0.0.0″> <CustomUpgradeAction Name= “Upgrade1.0.0.0To2.0.0.0″ /> </VersionRange> <VersionRange BeginVersion= “2.0.0.0″ EndVersion= “3.0.0.0″> <ApplyElementManifests> <ElementManifest Location= “StyleSheetElements.xml” /> </ApplyElementManifests> [...]
-
New external post How to integrate SP Dispose Check into Visual Studio Solutions from the blog SharePoint Dev Wiki RSS Feed in the group SharePoint 2010 Development 1 month, 2 weeks ago · View
Page edited by Toni Frankola The SharePoint Dispose Checker Tool when it is installed is placed by default at: 32-bit operating system : C:Program FilesMicrosoftSharePoint Dispose Check 64-bit operating system: C:Program Files (x86)MicrosoftSharePoint Dispose Check Visual Studio Tools menu You can get this setup so that it is available in all your Visual Studio Projects by following these simple steps. Select ‘Tools | External Tools…’ from Visual Studio Click New and fill in details as per screen shot: NOTE: Command path points to C:Program FilesMicrosoftSharePoint Dispose CheckSPDisposeCheck.exe. The SP Dispose Check will appear in Tools menu now. Selecting it will execute the checker and output results in Output window as shown below. Visual Studio Project Build [...]
-
New external post SPWebCast 021 – Interview with Daniel McPherson on TunnelPoint and ProduShare…the SharePoint App Store from the blog SharePoint Dev Wiki RSS Feed in the group SharePoint 2010 Development 1 month, 3 weeks ago · View
Blog post edited by Jeremy Thake In this web cast Jeremy Thake interviews Daniel McPherson from zevenseas on their TunnelPoint and ProduShare products. ProduShare is zevenseas answer to the SharePoint App Store with seamless integration with SharePoint for adding application from downloading them from ProduShare site. TunnelPoint – A BDC/BCS for SharePoint in the Cloud TunnelPoint is an internet application that allows you to connect a selection of internet based Web Services to SharePoint lists. For example, you can connect a Stock Quote service to a SharePoint list that stores stock tickers, with the prices automatically updated for you on a schedule. In this way [...]
-
New external post Updating Page Layout for all pages in Pages Library from the blog SharePoint Dev Wiki RSS Feed in the group SharePoint 2010 Development 1 month, 4 weeks ago · View
Page added by Jeremy Thake This is a common requirement where a new Page Layout is created to replace an existing out of the box Page Layout. Rather than having to touch all the pages you can simply run this function: Function Update-SPPagesPageLayout ( $pageLayoutName, $siteUrl, $webUrl) { $spsite = Get-SPSite -Identity $siteUrl; $web = $spsite.OpenWeb($webUrl); if (::IsPublishingWeb($web) -eq $ true) { $pubsite = new-object Microsoft.SharePoint.Publishing.PublishingSite($spsite); $pubweb = ::GetPublishingWeb($web); $pageLayouts = $pubsite.GetPageLayouts($ true); $pageLayouts | ForEach- Object { if ($_.Title -eq $pageLayoutName) { Write-Host “Found $pageLayoutName page layout” $pageLayout = $_; } } $pages = $pubWeb.GetPublishingPages(); $pages | ForEach- Object { $page = $_; Write-Host $page.Title; $page.CheckOut(); $page.Layout = $pageLayout; $page.ListItem.Update(); [...]
-
New external post SP2010 PowerShell vault from the blog SharePoint Dev Wiki RSS Feed in the group SharePoint 2010 Development 1 month, 4 weeks ago · View
Page
edited by
Jeremy ThakePublishing Sites
Updating Page Layout for all pages in Pages Library
View Online
-
New external post Welcome from the blog SharePoint Dev Wiki RSS Feed in the group SharePoint 2010 Development 2 months ago · View
Page edited by Jeremy Thake – “Reverted from v. 73″ The SharePointDevWiki are looking for [Contributors] and if anyone is interested please do not hesitate to sign up here and start helping with wiki pages immediately! Anonymous users can add comments if you are more comfortable with that Latest News Title Author Date Posted SPWebCast 019 – Deep dive into feature versioning and upgrade support in SharePoint 2010 Jeremy Thake Jun 22, 2010 SPWebCast 020 – Ask the Experts at Australian SharePoint Conference Jeremy Thake Jun 22, 2010 SPWebCast 018 – Sandboxed Solutions interview with Arpan Shah, Todd Bleeker, Paul Swider and Mark Rhodes Jeremy Thake Jun 18, 2010 SPWebCast 017 – Build SharePoint 2010 Solutions with Visual Studio 2010 [...]
-
New external post Getting started with PowerShell and SharePoint from the blog SharePoint Dev Wiki RSS Feed in the group SharePoint 2010 Development 2 months ago · View
Page edited by Alex Angas – “Fixed typos, tidied up” Step 1: Install PowerShell PowerShell is standard on Windows Server 2008, Windows Vista and Windows 7. Any other Windows Operating Systems will require a 32-bit or 64-bit download of it from Microsoft web site . Step 2: Execution Policy To do a lot of things in SharePoint you will need to modify the Execution Policy. This is talked about more here and recommendations for UAT/Production environments are given. In a development environment I would recommend running PowerShell and entering Set-ExecutionPolicy Unrestricted This is probably not appropriate in UAT/Production environments so please speak to [...]
-
New external post WSS Web Services from the blog SharePoint Dev Wiki RSS Feed in the group SharePoint 2010 Development 2 months, 1 week ago · View
Page
added by
Greg BellowsView Online
-
New external post Sharepoint 2007 Incoming email with exchange server 2007 from the blog SharePoint Dev Wiki RSS Feed in the group SharePoint 2010 Development 2 months, 1 week ago · View
Blog post added by Ramesh Chand Sharepoint 2007 Incoming email with exchange server 2007 I am unable to receive email in share point 2007. for example when I create an id in discussion board email id will created. then i tried to send email on that user which was created in share point 2007 discussion board. but unable to send the error receive Delivery has failed to these recipients or distribution lists: abc@gct.test Microsoft Exchange has been trying to deliver this message without success and has stopped trying. Please try sending this message again, or provide the following diagnostic text to your system [...]
-
New external post About the SharePoint Dev Wiki from the blog SharePoint Dev Wiki RSS Feed in the group SharePoint 2010 Development 2 months, 1 week ago · View
Page edited by Jeremy Thake – “Reverted from v. 5″ As promised by Jeremy Thake , this wiki will hopefully act as a more structured online resource for SharePoint Development which will incorporate not only its own content, but references to Blogs, Forums, Wikis, List Serves, Social Bookmarks, White Papers, Microsoft sites and anywhere else that SharePoint Development is being mentioned on line. What is this site? The idea behind this was because so many individuals have contacted the Leaders in the Community directly or raised on various social networking tools (such as Twitter ) that [...]
-
New external post SPWebCast 018 – Sandboxed Solutions interview with Arpan Shah, Todd Bleeker, Paul Swider and Mark Rhodes from the blog SharePoint Dev Wiki RSS Feed in the group SharePoint 2010 Development 2 months, 1 week ago · View
Blog post edited by Jeremy Thake In this web cast Jeremy Thake facilitates a panel discussion around Sandbox Solutions with Microsoft’s Arpan Shah, SharePoint MVP Todd Bleeker, Paul Swider and Mark Rhodes. Click here to view Screencast (wmv) Click here to download it to watch on your iPod (m4v format) Click here to download it to listen on mp3 player or add the SharePointDevWiki.com feed to iTunes External Resources Arpan Shah’s blog Paul Swider’s blog Todd Bleeker’s blog Mark Rhodes’ blog View Online [...]
-
New external post SPWebCast 020 – Ask the Experts at Australian SharePoint Conference from the blog SharePoint Dev Wiki RSS Feed in the group SharePoint 2010 Development 2 months, 1 week ago · View
Blog post edited by Jeremy Thake In this web cast Arpan Shah, Paul Swider, Todd Bleeker, Elaine van Bergen and Mark Rhodes sit on the panel as the locknote for the Australian SharePoint Conference 2010 Click here to watch it as a screencast Click here to download it to watch on your iPod (m4v format) Click here to download it to listen on mp3 player or add the SharePointDevWiki.com feed to iTunes External Resources Arpan Shah’s blog Paul Swider’s blog Todd Bleeker’s blog Mark Rhodes’ blog Elaine van Bergen’s blog View Online [...]
- Load More
