Nintex Workflow is a 3rd party workflow tool for SharePoint.
0
votes
1answer
385 views
Emailing a completed infopath 2010 form to an unauthenticated user
I'm working on a system in which a user will fill out a temporary parking pass request for a vendor (infopath 2010 browser form), it gets routed to someone for approval then sends an email to the ...
2
votes
2answers
76 views
Difference between nintex workflow and basic sharepoint workflow
Please guide me on the difference between the workflow created using nintex and basic sharepoint workflow that is created using sharepoint designer or code.
0
votes
1answer
38 views
Lookup Data from External List
I have a list - Companies - that is an External List based on an External Content Type from SQL Server. I have another list - Purchase Orders - that has a lookup column to the Companies table.
I am ...
0
votes
1answer
24 views
coersionerror while copying files
I have a nintex workflow, where I copy a file from an attachment to a document library, using a webservice-call to the author.dll.
...
0
votes
0answers
44 views
Correct error in Nintex workflow in progress SP2010
I have a complex workflow, created with Nintex, which requires an approval task to be sent to someone's manager, however when the workflow was created there was a mistake and this task is being sent ...
0
votes
0answers
29 views
Nintex WorkFlow in SharePoint 2010 not Terminating
I am Having Nintex 2010 Workflow Setup for Document Approval.
When I Publish the document I have Kick off the Workflow Automatically and start it.
If a user canceled the workflow , after viewing the ...
0
votes
0answers
64 views
Error in install nintex workflow 2010 [closed]
I have many problem in install nintex workfow2010
how can solve this problem?
error is:
there is a problem with this Windows Installer Package.A problem run as part of the setup did not finish as ...
1
vote
0answers
73 views
Send Notification to an AD Security Group using Nintex Workflow 2010
We use SP 2010 + Nintex Workflow Enterprise 2010.
Question: I am using Send Notification action to send an email to the AD group.
The email is sent to individual users however the group members do ...
0
votes
1answer
193 views
If I used a Nintex Workflow in the past, can I use SharePoint designer to duplicate a workflow?
I previously used nintex to create a simple workflow:
Condition: Compare "list name"
Where: column
is greater than or equal to
a number e.g.'3'
How can I replicate this on SharePoint Designer 2010?
...
0
votes
0answers
180 views
Nintex Workflow (custom list) [closed]
I created a custom list and attached a nintex workflow to it. The workflow starts with a condition (If the individual chosen a specific department then the email would go to that manager. After that ...
0
votes
1answer
200 views
Custom aspx based data entry form and nintex workflow
I am building a workflow in which user initiates a request by submitting a form. Once submitted my approver workflow starts and control goes to 1st approver. Now if there is any mistake in form data i ...
0
votes
0answers
97 views
Create Site and Add User workflow in Nintex Workflow SharePoint 2010 [closed]
I have created a workflow for creating a site and adding the users below it but I getting the following error
Failed to invoke web service. Name cannot begin with the '"' character, hexadecimal ...
0
votes
0answers
109 views
nintex workflows not working [closed]
I've attached a couple of workflows to some lists and they work fine.
But then when I deploy a wsp package they stop working (the workflow's status is 'starting')
For your information, the wsp only ...
0
votes
0answers
32 views
Update published Nintex 2010 Workflow
I need to implement an update functionality for already published workflows.
I know that I can republish the workflows via the Nintex API. The question I have, what is happen to the running ...
1
vote
0answers
111 views
Workflows in SharePoint and User Views
I have a sharepoint 2010 portal running and we are financial institution with more then 700 users. We have recently bought NINTEX WORKFLOWS 2010 (Standard Edition) and would like to implemented to use ...
1
vote
1answer
237 views
Workflow moving file and retaining meta data (can't copy/paste/delete)?
As an unfortunate consequence of poor planning the system I work on has a reliance on meta data (date created, date modified) for some reporting. Although we're currently in the process of phasing ...
0
votes
0answers
210 views
Moving content with a workflow from one document library to another
I have a project where I've been asked to move content from one document library, to another (in a different site collection) when the financial year that the form was created in has ended. With this ...
0
votes
0answers
201 views
Nintex Workflow 2010: links not using HTTPS [closed]
I'm on a system that uses https exclusively, for security. I have a workflow that's primarily just a series of review requests. I've configured each step as needed. In the first review step, the ...
1
vote
0answers
471 views
Nintex Workflow Query Lookup Filter not working for User field [closed]
So I have a nintex workflow where a username is extracted from an infopath form via Query XML. Confirmed that it comes out into the user variable (of type person or group) in the format DOMAIN\USER
...
1
vote
1answer
135 views
How do I upgrade an individual Nintex 2007 workflow to a separate SharePoint 2010 farm? [closed]
We have a legacy SharePoint 2007 farm with Nintex Workflow 2007 installed. We are in the process of migrating our sites and applications to a new SharePoint 2010 farm with Nintex Workflow 2010.
How ...
0
votes
0answers
197 views
404 Not Found error with Nintex web service [closed]
I can't access Nintex web service. I get 404 with the url: http://sharepoint/_vti_bin/NintexWorkflow/Worfklow.asmx
I can't see anything in the logs about the error.
Any ideas?
0
votes
1answer
305 views
How to use a negative of a numeric column's value in workflow
I have a column named "How many month before the due date to inform the focal" which is used to know how many months before the due date I need to remind the focal to do his task.
The problem is: I ...
1
vote
2answers
874 views
How do I send an email to the initiator of a nintex workflow? [closed]
I need to create a nintex workflow:
I need to know who the workflow initiator is.
Put this information in a column in the item.
Use this information to send a message to the initiator.
How can I ...
1
vote
1answer
734 views
How to set a person/group field in UpdateListItems [closed]
I'm trying to use a web service call in Nintex Workflow to add a new item to a list. I'm using the web service because the user only has read permissions to the list. What syntax is needed to set ...