Nintex

Nintex Connect

SkySync
BlueStripe
BlueStripe

Training - Combined Knowledge

Training - TekDog Inc

Posts in Category: Call Web Service

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

Statistics

  • Entries (119)
  • Comments (310)

Nintex Workflow - XSL Transformation 

Posted by Vadim Tabakman Wednesday, October 10, 2012 3:45:00 PM Categories: Call Web Service Nintex Nintex Workflow Send Notification XSLT
What is XSL? XSL stands for Extensible Stylesheet Language.  It is used to transform an XML document into something else that is more user friendly.  A most common practice is transform XML into HTML. In a Nintex Workflow scenario, there are a... read more
 

Nintex Workflow - Create Site with a Dynamic Site Template 

Posted by Vadim Tabakman Monday, October 08, 2012 5:25:00 PM Categories: Call Web Service Nintex Nintex Workflow Query XML Templates User Defined Actions Web Request
The Create Site action in Nintex Workflow is a great action and you can create a site based off a site template.  The Site Template can be selected at design time.  But there are certain situations where you don't know the template at design... read more
 

Nintex Workflow - Querying a List with Paging 

When you have a large number of items in a list and you need to query them, sometimes querying the whole lot using the Query List action is not the best practice. Depending on the number of items, you could potentially get a timeout on the workflow... read more
 

Nintex Workflow - Scheduling a Workflow at the End of the Month 

Posted by Vadim Tabakman Thursday, August 30, 2012 11:12:00 AM Categories: Calculate a Date Call Web Service Database Nintex Nintex Workflow
If you schedule a Nintex Workflow on the last day of the month and set it to run monthly, you'll find that on the following month, it will probably not run on the last day.  That is because it currently adds 30 days to current date and that's the... read more
 

Nintex Workflow - The Almost Smart Workflow 

Posted by Vadim Tabakman Friday, June 08, 2012 7:25:00 AM Categories: Calculate a Date Call Web Service Change State Math Calculations Nintex Nintex Workflow Request Approval State Machine
For those that haven't seen this, I wrote a post about a Smart Workflow. It was a workflow that utilized a State Machine and various states, to keep track of what it had done last.  Then, if you happen to terminate the workflow and restart it, it... read more
 

Nintex Workflow - Running Workflows Email Report 

This scenario has come across my table a few times. I want to know all the workflows that are currently in progress in my Site Collection.  I may need to terminate them.  Or I may need to terminate and restart them. If you have Nintex Workflow... read more
 

Nintex Workflow - Terminate Previous Instances of a Workflow 

Posted by Vadim Tabakman Monday, February 06, 2012 7:54:00 PM Categories: Call Web Service Nintex Nintex Workflow User Defined Actions
SharePoint generally won't let you run 2 instances of the same workflow on the same item. I know that Vadim, why are you telling me something that we all know??? Did you know that if you are running an instance of "WorkflowA" on an item, and... read more
 

Nintex Workflow - Iterate through an Employee Manager Chain List 

Posted by Vadim Tabakman Monday, February 06, 2012 7:12:00 PM Categories: Call Web Service Nintex Nintex Workflow Query XML XPath
I have list of Employee/Manager pairs. If you see the screenshot of the list below, you can see that there are 4 employees, and you can see that there is a chain, going from : Vadim Tabakman -> Fred Smith -> John Wayne -> Mary Roberts -> ... read more
 

Nintex Workflow - 3rd Monday of the Month 

Posted by Vadim Tabakman Sunday, February 05, 2012 10:54:00 PM Categories: Calculate a Date Call Web Service Collection Variable Execute SQL Nintex Nintex Workflow Nintex Workflow SDK
A situation recently arose, where someone wanted to schedule a Nintex Workflow on the 3rd Monday of every month. Out-of-the-box, there really isn't a way to do this, because the user interface for configuring the schedule of a workflow only allows... read more
 

Nintex Workflow - Automatically Updating the "same" workflow on Multiple Lists/Libraries 

Posted by Vadim Tabakman Sunday, February 05, 2012 9:51:00 PM Categories: Call Web Service For Each Nintex Nintex Workflow PublishFromNWFXml Query List Set a Condition
An interesting topic arose on Nintex Connect, regarding having the same workflow on a number of lists and libraries, and how one would go about updating all of them. This is especially important, given that in the SharePoint 2007, you can't create a ... read more
 
Page 1 of 2 1 2 > >>
Copyright Vadim Tabakman