Month: September 2014

Four Gotchas of SharePoint Workflow Deployment – Flow Design
Four Gotchas of SharePoint Workflow Deployment – Flow Design
Blog Posts

There are many reasons why a workflow deployment fails. It may be the cause of a bad process or end-user engagement during the project. Having no good communication commonly causes the failure as well. However, apparently people rarely realize that if the flow is complicatedly designed, it will damage the whole workflow deployment. For example, operation department in a company gave its IT team just a flow of the meeting room management and asked them to build the workflow for the company.

Creating a SharePoint list and Adding List Items in SharePoint Apps
Creating a SharePoint list and Adding List Items in SharePoint Apps
Blog Posts

In my previous article I explained how to read from a SharePoint list available inside a SharePoint App site. In this article my focus would be on how to create a list inside the app and how to add list items to it. The same app I used in the previous example will be used here. Here is the code available in my Default.aspx file.