Browse by Tags

All Tags » SharePoint » Workflow (RSS)
When working with SharePoint Apps in Visual Studio 2013, you might receive the following error during deployment. App installation encountered the following errors:      @"Error 1         CorrelationId...
I was recently doing a SharePoint migration project and one of the tasks I was trying to do was copy SharePoint designer workflows (plus history) to a new SharePoint server.  We weren’t doing a database attach in this case because we were significantly...
As I have mention in the past LINQ to XML is a great way to manipulate the XML data out of an InfoPath form .  I thought I would show how you can also use the same technique to work with the data of a form saved to a form library which launches a...
The other day, I posted about how to write a simple workflow to copy files to the records center whenever they were created or modified. Well the workflow I provided worked in all of the following cases. Add new item Upload Item Upload new version to...
Now, I have always known there are some oddities when accessing a SharePoint server by IP and as a practice I tend to avoid it. I am sure the issue I am about to describe relates to alternate access paths in some way, but I thought I would tell people...
After building a workflow recently, I noticed I was getting the following error whenever I opened the task form. An error occurred accessing a data source. I have seen the error in the past when trying to connect to an external web service when it was...