This blog outlines some helpful tips for troubleshooting the “Sorry, this app is not supported on your server” error.
Continue Reading →SharePoint 2010 ListData.svc Saving Data
This post will show you a working example of how you can save a HyperLink column to a SharePoint List in SharePoint 2010 using the Javascript Client Object Model.
Continue Reading →SharePoint 2013: App.Master & SPShortCutIcon
This post will quickly cover how to configure the spshortcuticon tag within your app.master page so that it resolves correctly.
Continue Reading →Nintex Forms – Working With Tabs
This post is the 4th in the Nintex Form series and will cover configuring tabs within a Nintex Form.
Continue Reading →Nintex Forms – Add a Modal Popup
In the 3rd post in this series, I’m going to cover adding a modal popup to your Nintex Forms using the really cool SimpleModal library. Let’s get started.
Continue Reading →Nintex Forms – Custom Styles
This post is a bit of a follow up to my previous post on Basic Validation in Nintex Forms.
I wanted to cover the scenario where you’ve applied some custom styling to your text boxes and are finding that the required field validation around the input is no longer taking affect.
Continue Reading →Nintex Forms – Basic Validation
This post will be the first in a series of articles that I have planned out that will cover Nintex Form customizations in detail. I’ve been working really closely with the Forms product and looking into how heavily we can customize a Nintex Form and the ways we can leverage javascript to do some really neat things.
Continue Reading →SharePoint 2013 App Domain Configuration
So I’ve done a couple of SharePoint 2013 App Catalog set-ups in the past couple of weeks, and I’d like to just quickly review my steps and outline one particular issue I ran into.
Continue Reading →My Notes – Adding a Custom Action Menu Item
This post is really about documenting a really trivial, and often blogged about, feature within SharePoint: adding custom actions to the Site Actions menu.
Why another post? Simply because, for me, the final solution to my particular problem involved the amalgamation of a couple different posts. Six months down the road, this becomes difficult to track down or recreate, so I like to document the entire experience, what worked, what didn’t. If anyone is not clear on a piece of it, let’s discuss in the comments.
Scenario: I’d like to add a custom action menu item to the Site Actions menu, positioned below the New Document Library link.
Continue Reading →Link to a Document Opens in Read Only Mode
When clicking on links to documents within a SharePoint 2010 environment, users aren’t prompted for whether or not they want to open the documents in Read Only or Edit mode. Instead, the files are opened directly in Read Only mode. Attempting to save a document after making edits, will only result in an error that the document is a read only document. This can be confusing for users.
This post will outline how to get around this issue and what the potential options are.
Continue Reading →