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 declarative workflow for a Content Type. You could create a workflow, save […]
There are some web services that expose web methods that I can’t use via the Call Web Service action in Nintex Workflow. Usually, it’s those methods that have “out” parameters, but it can also happen for those methods that use non primitive types as parameters. Below is an example :http://<server>/<site>/_vti_bin/Lists.asmx?op=AddAttachment I honestly don’t know the […]
From our previous article – Nintex Workflow – Workflow Re-use without Templates and Snippets – Part 2, we now have a defined piece of work that needs to be done, and we believe that it is something that can be reused by other workflows. We have built a workflow that will perform this functionality in […]
From our previous article – Nintex Workflow – Workflow Re-use without Templates and Snippets – Part 1, we have a SharePoint List that has a text field with semi-colon delimited colors, a multi-value lookup field to a colors SharePoint List, and we have also create another list called “Reusable Workflow List”. The Key to a […]