List Deployment mit Content Types, Lookup Fields ohne Coding
Lookup Felder in Listen und Dokumentenbibliotheken sind ein oft verwendetes Mittel in SharePoint. Diese stellen ein probates Mittel dar um eine zentral gewartete Liste mit Metadaten mehrfach in SubWebs...
View ArticleMinimales Exception Handling in WebParts
Aus aktuellem Anlass war ich wieder einmal mit 2 weniger guten Strategien bei der Entwicklung von WebParts konfontiert: Leere Catch Blöcke: Absolutes No-Go: Nimmt jedem (Developer, User) auch nur die...
View ArticleE-Mails an ein Record Center senden
Leider nein. Wird in SharePoint 2010 ein Record Center erstellt, passiert unter anderem folgendes: Es existiert ein Content Type namens “E-Mail Submission” und es wird ein E-Mail Kontakt...
View ArticleExport Farm Solution wsp Files SharePoint 2007 und 2010
The following PowerShell Snippet exports all SharePoint Farm Solution Packages (.wsp) from the farm solution store. It does work on Windows 2003 R2 with PowerShell 1.0, which I find very practical...
View ArticleAdd new Trusted Token Issuer to a SharePoint 2013 Site – S2S HighTrust Apps
For SharePoint 2013 App Development on-premise, there might not be a Cloud ACS around to get the token stuff done. For this case the App must create its own access tokens and SharePoint 2013 must know...
View ArticleCreating a SharePoint 2013 Provider Hosted on-prem App
Prerequisites First of all a on-prem development environment has to be created. I used the How to: Set up an on-premises development environment for apps for SharePoint found in MSDN. High Trust App In...
View ArticleCreate a SharePoint 2013 Workflow with a custom Initiation Form in Visual...
Prerequisites Create a on-prem high trust app as described in my previous blog post. Add the Workflow First of all we need to add a list to host the workflow by adding a new item of type “List” to the...
View ArticleLoad and Execute for the SharePoint [2010|2013] Client Object Model
Since I am very lazy programmer I always think about shortening things a little bit. Instead of writing things like all the time, its worth having a look on the signature of th Load method: It turns...
View ArticleAdding an own Array.prototype breaks SharePoint 2013 JavaScript
Recently I tried to do some functional enhancements to the Array.prototype within a SharePoint-hosted App… no way. After adding the .js to the page, errors occur in other JavaScript files in SharePoint...
View ArticleOffice 365 Junk Mail default setting
Office 365 keeps filtering mail from recipients off my contact list in the “Junk E-Mail” folder which is quite annoying. This behaviour can be changed via the “Settings > Options > Block or...
View Article