Nintex – Assign Flexi Task

I have heard so many good things about NINTEX that I was excited when I finally had the chance to use it in place of SharePoint designer.  My task was to create a document approval workflow.  Here’s a diagram showing the process. User uploads document  –> Notificaion sent to Chief –> Chief approves, disapproves –>…

Read more Nintex – Assign Flexi Task

DOM still applies in SharePoint

There’s so much to remember when dealing with the DOM, especially when in SharePoint.  I am writing this post so I don’t forget and go searching “again”.  Here’s the scenario,  I needed to get data from a list and populate an html dashboard that will be rendered to a SharePoint page.  I use REST API…

Read more DOM still applies in SharePoint

JSOM: Update Item

While trying to update an item in a SharePoint 2013 list, something I’ve done many times before, I received the following error: Error: “SCRIPT5007: Unable to get property ‘apply’ of undefined or null reference. File: ScriptResource.axd, Line 5, Column: 298” Here’s the code that generated that error: The problem was in the way I was…

Read more JSOM: Update Item

Using Vuejs in SharePoint

In the past few weeks, I have been fascinated with how easy VUE.js is to learn and to use.  Not only is it easy to use but it easily integrates with SharePoint.  For those of you not familiar with VUEJS, it is a JavaScript framework that makes development much fun and efficient.  Out of all…

Read more Using Vuejs in SharePoint