workflowexperience.blogspot.com
Nintex Workflow Experience: Blog change: Now using a Code Sharing Tool
http://workflowexperience.blogspot.com/2010/07/blog-change-now-using-code-sharing-tool.html
Blog change: Now using a Code Sharing Tool. Since last post I started to use Pastie. To share source code. It's a nice free tool which helps to share and embedded code in other sites, a Pastebin Application. Today I updated the last posts also with embedded source codes from Pastie. I hope you like it! Subscribe to: Post Comments (Atom). Blog change: Now using a Code Sharing Tool. How to create a Custom Report on Nintex Workflow 2. How to create links to the Workflow Status and Det. Starting a new Blog.
workflowexperience.blogspot.com
Nintex Workflow Experience: Starting a new Blog
http://workflowexperience.blogspot.com/2010/07/starting-new-blog.html
Starting a new Blog. The idea of this blog is to share my experience with Nintex Workflow development. I started working with it this year and I haven't found many content about this topic outside of the nintex forum. So, I hope it's useful! Subscribe to: Post Comments (Atom). Blog change: Now using a Code Sharing Tool. How to create a Custom Report on Nintex Workflow 2. How to create links to the Workflow Status and Det. How the delegation works on Nintex Workflow 2007. Changes on the Blog design.
workflowexperience.blogspot.com
Nintex Workflow Experience: How to create a multi-view web-based InfoPath form controlled by a Nintex Workflow
http://workflowexperience.blogspot.com/2010/07/how-to-create-multi-view-web-based.html
How to create a multi-view web-based InfoPath form controlled by a Nintex Workflow. This post explores the capabilities of the integration between InfoPath 2007 Nintex Workflow 2007. The idea is to create a form which is handled and modified by the Workflow. In order to do that, some customization on the form is needed to show and allow the users to manipulate the data on the form. Click in the Views. 3 Go to the View 2. And defined in the Display options to be Multiline. 4 When you work with an InfoPath...
workflowexperience.blogspot.com
Nintex Workflow Experience: How the delegation works on Nintex Workflow 2007
http://workflowexperience.blogspot.com/2010/07/how-delegation-works-on-nintex-workflow.html
How the delegation works on Nintex Workflow 2007. After reading a good article on Let's SharePoint blog, I decided to do some tests about delegation on Nintex Workflows 2007, and I found interesting results. Let's SharePoint post, Nintex Best Practice Task Delegation:. Http:/ aknauer.blogspot.com/2009/10/nintex-best-practice-task-delegation.html. First of all, the way I'm doing the delegation is for all tasks, using the top menu, as I have described in my first HOW TO post on this blog:. My user User 2.
workflowexperience.blogspot.com
Nintex Workflow Experience: How to create a Custom Report on Nintex Workflow 2007
http://workflowexperience.blogspot.com/2010/07/how-to-create-custom-report-on-nintex.html
How to create a Custom Report on Nintex Workflow 2007. Since last week I was looking forward on how to deal with custom reports on Nintex. And it's very nice, the way they developed it gives the users some great capabilities on querying workflow information. This post shows the necessary steps to create a custom report using the data already available on Nintex Workflows. I also suggest a previous reading on the SDK document, available here:. Which is used to filter the query. 3 Now that the Stored Proce...
workflowexperience.blogspot.com
Nintex Workflow Experience: How to easily find the internal names of the columns
http://workflowexperience.blogspot.com/2010/07/how-to-easily-find-internal-names-of.html
How to easily find the internal names of the columns. In order to use some Web Services of SharePoint methods, like UpdateListItems. We usually need the columns internal names. How is the best way to find this internal names? There are some ways. I usually used the Web Service Response from the same UpdateListItems. Method, because it returns the internal names of the columns as attributes on the XML (with an ows. In the beginning of the attribute). OK, but is there a simple way to do it? How do I do it?
workflowexperience.blogspot.com
Nintex Workflow Experience: About
http://workflowexperience.blogspot.com/p/who-am-i.html
This blog was created to share the experience of working with Nintex Workflows. Hello, my name is Leandro Pilan! I'm a common guy, living in a foreign country, learning a new language and culture. Subscribe to: Posts (Atom). Blog change: Now using a Code Sharing Tool. How to create a Custom Report on Nintex Workflow 2. How to create links to the Workflow Status and Det. How the delegation works on Nintex Workflow 2007. Nintex Workflow 2010: Just Released. Changes on the Blog design. Starting a new Blog.
workflowexperience.blogspot.com
Nintex Workflow Experience: 07/2010
http://workflowexperience.blogspot.com/2010_07_01_archive.html
Blog change: Now using a Code Sharing Tool. Since last post I started to use Pastie. To share source code. It's a nice free tool which helps to share and embedded code in other sites, a Pastebin Application. Today I updated the last posts also with embedded source codes from Pastie. I hope you like it! How to create a Custom Report on Nintex Workflow 2007. Http:/ connect.nintex.com/files/folders/sdk/entry122.aspx. How to create links to the Workflow Status and Details on a List. This post is quite simple...
workflowexperience.blogspot.com
Nintex Workflow Experience: Changes on the Blog design
http://workflowexperience.blogspot.com/2010/07/changes-on-design-of-blog.html
Changes on the Blog design. I decided to make the blog posts smaller on the start page of the blog. I decided it because my last post/article is really big, and the other posts was really down on the blog. So, for the future posts I will use the Read More. Link, to make the reading experience of this blog better. Thanks and good weekend! Subscribe to: Post Comments (Atom). Blog change: Now using a Code Sharing Tool. How to create a Custom Report on Nintex Workflow 2. Nintex Workflow 2010: Just Released.
workflowexperience.blogspot.com
Nintex Workflow Experience: How to get the delegated user of a task
http://workflowexperience.blogspot.com/2010/07/how-to-get-delegated-user-of-task.html
How to get the delegated user of a task. The current build of the nintex workflow 2007 (11004) isn't capable to get the delegated person by itself. Explaining better this scenario, the idea is to know when a User Task (e.g.: Flexi Task or Approval) is sent to a specific user, but this user have delegated all of his tasks using the task delegation from Nintex. Well in my case, I needed the user name for 2 reasons:. Update a list collum with the name of the user who handled the task;. 3 Before continuing, ...