Nintex

Nintex Connect
Metalogix
Metalogix
BlueStripe
BlueStripe

Training - Combined Knowledge

Training - TekDog Inc

Posts in Category: Nintex Workflow

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

Statistics

  • Entries (119)
  • Comments (310)

Nintex Workflow - Fix Names UDA 

Posted by Vadim Tabakman Tuesday, May 14, 2013 11:41:00 PM Categories: Nintex Workflow Regular Expression Switch
Some of you may be aware of a post from Microsoft that describes what is and isn't allowed for text in Site names, Folder names and File names : http://support.microsoft.com/kb/905231  I thought it would be a good bit of logic to make into a User... read more
 

Nintex Forms - Reading Query String Values 

Posted by Vadim Tabakman Tuesday, May 14, 2013 5:40:00 PM Categories: Javascript Nintex Forms Nintex Workflow Query String
There's not much to say about this post.  I had been asked about pulling our Query String values from a Nintex Form. It's actually not that hard. The following is a little code that you can put into the Custom Javascript section of the form... read more
 

Nintex Workflow - PowerShell Workflow Status Codes 

Posted by Vadim Tabakman Friday, April 26, 2013 11:24:00 AM Categories: Nintex Nintex Workflow PowerShell
Some of you may be using the "Set Workflow Status" action in Nintex Workflow, which allows you to create custom workflow statuses (statii?). I just had a need to find out what status codes sharePoint thinks are available for my workflow, since... read more
 

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 - 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 - Date User Defined Actions 

Posted by Vadim Tabakman Monday, March 25, 2013 8:30:00 AM Categories: Nintex Workflow User Defined Actions
Here are some common User Defined Actions you may come across a need for.  I'm keeping this post short and sweet, as it's just to provde the User Defined Action files and they are fairly straight forward. 1. Get First Date of the Next Month 2. Get ... 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 - InStr Inline Function 

Posted by Vadim Tabakman Tuesday, February 26, 2013 11:29:00 AM Categories: Inline Functions Nintex Nintex Workflow Nintex Workflow 2013
Finding the position of a piece of text in another piece of text is something I've had a need to do for a while now.  It looks like someone else has had that requirement. So I put together a very simple Inline Function. fn-InStr This inline... read more
 

Nintex Workflow - Missing Workflow Status Column 

Posted by Vadim Tabakman Thursday, February 21, 2013 9:40:00 AM Categories: Nintex Nintex Workflow Nintex Workflow 2013
Over the years, I've come across the issue of the missing workflow status column a number of time and I really had no idea why that happened.  On one list, a workflow would run and the column would get created and updated, while on another list, the ... read more
 

Nintex Workflow - PowerShell Find Workflows with Verbose Logging Enabled Part 5 

Posted by Vadim Tabakman Tuesday, February 19, 2013 10:30:00 AM Categories: Nintex Nintex Workflow PowerShell Verbose Logging
This is Part 5 from the previous post on PowerShell Find Workflows that contain a Specific Action Part 4. Added a new operation that looks in all the workflows to find those that have Verbose Logging enabled. Operation is :... read more
 
Page 1 of 9 1 2 3 4 5 6 7 8 9 > >>
Copyright Vadim Tabakman