Nintex

Nintex Connect

SkySync
BlueStripe
BlueStripe

Training - Combined Knowledge

Training - TekDog Inc

Posts in Category: SharePoint

  • RSS
  • Add To My MSN
  • Add To Windows Live
  • Add To My Yahoo
  • Add To Google

Statistics

  • Entries (119)
  • Comments (310)

Nintex Forms/Workflow - Flexi Task with a Data Entry Nintex Form 

Posted by Vadim Tabakman Sunday, April 07, 2013 8:56:00 AM Categories: Flexi Task Log in the History List Nintex Nintex Forms Nintex Workflow Query XML Rules SharePoint State Machine
 ....... In the past, I've been asked for the best way to have an approval form where some more information will be required from the approver. Rather than InfoPath (which I've generally had headaches with) or developing a custom form in C# to... read more
 

Nintex Workflow - Empty Date 

Posted by Vadim Tabakman Saturday, April 06, 2013 12:23:00 AM Categories: Convert Value Empty Date Nintex Nintex Forms Query List Run If SharePoint
The question of Empty Date fields in SharePoint and how to use them in Nintex Workflow seems to come up often.  It's something I probably should have posted about before, but it kept slipping my mind. Today, I got asked by a user if i could write... read more
 

Nintex Workflow - Create Site Collection User Defined Action 

Posted by Vadim Tabakman Wednesday, April 03, 2013 2:32:00 PM Categories: Nintex Nintex Workflow SharePoint User Defined Actions
Nintex Workflow comes with a Create Site Collection action.  In most scenarios, that would be sufficient.  But there are occassions where you need to it be a little more dynamic. In the current action, the Template property of this action is a drop ... read more
 

Nintex Workflow - Start Workflow with PowerShell 

Posted by Vadim Tabakman Wednesday, March 13, 2013 10:50:00 PM Categories: Nintex Nintex Workflow PowerShell SharePoint
// Starting a workflow via PowerShell can be a useful function and can speed up a lot of work.  I've created a couple of scripts to help out. The first one is a script to start a SharePoint workflow, using the SharePoint object model. The... read more
 

Nintex Workflow - Creating SQL Server Databases 

Posted by Vadim Tabakman Friday, December 14, 2012 10:48:00 PM Categories: Database Execute SQL Nintex Nintex Workflow SharePoint SQL
An interesting topic of conversation came up the other day, which was using Nintex Workflow in a Database creation request list in SharePoint. The idea was to have a list in SharePoint where a user would create an item by filling in some form.  It... read more
 

Nintex Workflow - Parse CSV and Create a List 

Posted by Vadim Tabakman Thursday, December 06, 2012 2:04:00 PM Categories: Collection Operation Collection Variable For Each Nintex Nintex Workflow Regular Expression Run Parallel Actions SharePoint Web Request
It seems that getting information out of a CSV file and into SharePoint is a common request.  I'm sure there a number of ways to get this done, but this post will be about how to parse CSV files using Nintex Workflow. We first start off with a... read more
 

Nintex Workflow - Workflow Status Codes 

Posted by Vadim Tabakman Friday, November 16, 2012 12:52:00 PM Categories: Nintex Nintex Workflow SharePoint
When a Nintex workflow runs in SharePoint, it can have one of a number of states. Below is a list of the out-of-the-box SharePoint workflow states. StatusInternal Status IDDescription Not Started 0 The workflow has not... read more
 

PowerShell - Cancel all Running Workflows 

Posted by Vadim Tabakman Thursday, May 10, 2012 2:11:00 PM Categories: Nintex Workflow PowerShell SharePoint
WARNING DO NOT run this on a production system unless absolutely necessary.  It iterates through all sites, lists, items and workflows.  I have not tested this for performance and system impact. There have been some requests on how to cancel all... read more
 

PowerShell Basics 103 - SharePoint - SQL - Nintex Workflow 

Posted by Vadim Tabakman Thursday, May 03, 2012 11:47:00 PM Categories: Nintex Workflow PowerShell SharePoint SQL
Continuing on from my previous posts "PowerShell Basics 101 and 102", now I want to try querying a SQL database from PowerShell. Start of the Story Querying a database is something I do quite regularly.  Whether it's for work at Nintex or other... read more
 

PowerShell Basics 102 - SharePoint 

Posted by Vadim Tabakman Thursday, May 03, 2012 11:06:00 PM Categories: PowerShell SharePoint
After learning the basics in the first post - PowerShell Basics 101 , the aim is to use this new found knowledge to do some interesting things with SharePoint. Connecting to a SharePoint Site If you open the SharePoint 2010 Management Console, all ... read more
 
Page 1 of 2 1 2 > >>
Copyright Vadim Tabakman