Recently, I came across a question about using Nintex Forms and Workflow in O365, to create SharePoint Groups. That’s the kind of challenge I like. Sometihng to wrap my head around to see how something like that could be automated. A little research and I found that UserGroup.asmx exists in O365 and I can call that. […]
The idea behind this process, is that we want to have an order Nintex form that has a repeating section with order items in it. Those order items, we want to appear in another list. An Order Items list. There are a few caveats here. We want to make sure that if you go back […]
Ok, so people have been asking for this, so I decided to put it together. But, having said that, I’m doing this while on vacation, so as a result… I want you all to go and donate to some good charity. If it’s Autism related, even better!! 1 in 68 kids in the US. That’s […]
Today, I had a request on how to have links to documents in a Nintex Form (O365), but specifically in a Task form that was created from Nintex Workflow for Office 365. It’s an interesting question, since at this stage, we don’t have access to Nintex Workflow variables in the Nintex Form. I did figure […]
If you go to the Nintex web site today (October 2015), you’ll find a nice orange button that says “Get a Demo”. Why would you want a demonstration rather than installing a trial of the software and just messing around with it? Well, the two options are not mutually exclusive. You can do both. But there’s a […]
For a while, I’ve been meaning to write some JavaScript that would allow me to kick off a Nintex Workflow from a Nintex Form. So I had some time this morning and put it together. Not only does it start a workflow, but it sits and waits for it to finish and updates a label […]
A Repeating Section in a Nintex Form can be used in a number of different scenarios. The first once that always comes to mind, is an Expense Claim form. These types of forms will have any number of rows of data. The number of rows is not defined at design time, but rather is dynamically […]
I really enjoy building out processes that not many people think of doing, even manually, but having an automated process can really save a company money. This process came from the fact that many companies are sending a lot of employees to the Worldwide Partner Conference ’15 in Orlando. Since a lot of the employees […]
Today, I had a very cool question around doing some validation in a Nintex Form, around business days. In short, how do I prevent a user from submitting a form, if the date selected in the form, is less than 30 business days from today. VIDEO Now at this stage, there’s no business day calculations […]
I had a need the other day to get a visual of a Nintex Form, without all the SharePoint stuff around it. Almost like what you’d see if you were to use the Nintex Forms list form web part. This is what the form looks like normally, when I just clicked on an existing item. […]