Questions tagged [nintex-workflow]

Nintex Workflow enables organizations to build complex workflow processes quickly and easily using a web browser interface. Nintex worklows can be used to automate business processes, review workflow activities and automate common SharePoint administrative tasks.

162 questions
3
votes
2 answers

How to programmatically set the task outcome (task response) of a Nintex Flexi Task?

Is there any way of set a Nintex Flexi task completion through Sharepoint's web services? We have tried updating the "WorkflowOutcome", "ApproverComments" and "Status" fields without success (actually the comments and status are successfully…
tiago2014
  • 3,196
  • 1
  • 18
  • 28
3
votes
1 answer

Where to find documentation for Nintex Workflow web service?

Where do I find documentation for Nintex Workflow web service? The webservice can be found under http://myservername/MyNintexSite/_vti_bin/nintexworkflow/workflow.asmx, but the methods require parameters and I cannot find description, what those…
Tschareck
  • 3,532
  • 8
  • 38
  • 70
2
votes
1 answer

How to access Nintex managed holidays in SharePoint 2010

We are building a pretty straight forward business project that uses SharePoint 2010 and Nintex workflows. Just the usual lists with workflows attached doing stuff to the list items. Nintex workflows can do pauses for X number of days that exclude…
oolong
  • 105
  • 1
  • 8
2
votes
1 answer

Nintex Workflow not in repository

When I try to view a nintex workflow in Sharepoint2010, I get an error Error Occurred. Unable to preview workflow. When I click edit then, I get an error: Error Cannot find workflow in repository. I get Sharepoint Designer can not display the item…
Karens
  • 573
  • 4
  • 17
2
votes
1 answer

Adjustment to this code to stop after finding two words

In my haste to get this working I failed to ask how to stop after the second word in my original post. Grab first 4 characters of two words RegEx If I have Awesome Sauce Today I would like to have AwesSauc The code in my first post will capture the…
JeremyA1
  • 498
  • 1
  • 7
  • 19
2
votes
1 answer

regular expression to get folder name from URL

Is it possible to get folder name from a URL? For example, https://inside.nov.com/wh/pc/testSourceLib/Folder Z/SubFolder Z1/Copy files from one Document Library to another using Nintex Workflow _ My Learnings.pdf where…
Fuji - H2O
  • 327
  • 1
  • 5
  • 15
2
votes
1 answer

Autofill sharepoint list form based on currently filtered field

I have 2 lists that are connected. When I filter List A by ProjectID, I get results in List B only for that projectID. What I am trying to do is, let's say the List A filter is on Project ID: 1. When I go to add a new item to List B, the field…
dallas
  • 101
  • 12
2
votes
1 answer

Sharepoint library item properties not saving

For some reason, as of recent; when I attempt to add a document to a library in sharepoint I get a pop up to add in specific properties but when I save the item- none of the properties save. I then have to go back and edit the item again. Anyone…
dallas
  • 101
  • 12
1
vote
2 answers

Nintex Workflow and SharePoint 2007

I have designed an InfoPath 2007 form and in the form there is a drop down list box with 5 names of ICT Focal Point persons. I want to design nintex workflow that is based on who ever is selected from my list, he/she will get a notification to…
1
vote
1 answer

Storing array content in a div class and showing clear names

I have a few users who are inside an active directory. In the active directory they have usernames like i:0#.w|opmain\name. It synchronises daily. With the UPS (User Profile Service) I normally get the username (f.ex. borisj). In order to get the…
1
vote
1 answer

CSS Nintex disable spacebar no spaces in text input

In Nintex I am trying to limit bad data input by the user using CSS. The data needs to be in all caps, with no spaces. The all caps portion is easy via .transformToAllCaps {text-transform: uppercase;}. However, I have no idea how to not allow…
1
vote
1 answer

SharePoint Add-in with Nintex Forms

It is possible to create an sharepoint Add-in including Nintex forms and workflow in the O365 environment? How?
1
vote
2 answers

Looking for regex to match before and after a number

Given the string 170905-CBM-238.pdf I'm trying to match 170905-CBM and .pdf so that I can replace/remove them and be left with 238. I've searched and found pieces that work but can't put it all together. This-> (.*-) will match the first section…
jlisham
  • 144
  • 1
  • 11
1
vote
5 answers

Grab first 4 characters of two words RegEx

I would like to grab the first 4 characters of two words using RegEx. I have some RegEx experinece however a search did not yeild any results. So if I have Awesome Sauce I would like the end result to be AwesSauc
JeremyA1
  • 498
  • 1
  • 7
  • 19
1
vote
1 answer

Nintex Regular expression Pattern regex

May I know how could I extract the file name without the file extension. (i.efilename) from the {WorkflowVariable:File URL} example: http://spsite:111/sites/Annual_Leave/Shared%20Documents/filename.pdf using Regular expression pattern?? been…
Joey Sim
  • 55
  • 1
  • 7
1
2 3
10 11