Quantcast
Channel: Nintex Connect: Active Threads
Viewing all 4245 articles
Browse latest View live

Getting data from repeating section of a Nintex form - XMLQuery

$
0
0

Hello -

 I'm trying to create a workflow that will get the data from a repeating section of a form.  I have found instructions on how to achieve this using XMLQuery and looping, which is fine.  All of the examples however show instructions on how to get this off a InfoPath form.  I'm not using InfoPath forms, I'm using Nintex forms.  When I go to configure the XMLQuery workflow action, I only have XML and URL as input options.  All of the examples I have seen show a "current item" available selection, which I don't see (I'm assuming it only pertains to InfoPath).

 So how do I configure my XMLQuery to get the data from a repeating section on my Nintex Form?  Thanks for your help -


Question about upgrading from 2010 to 2013

$
0
0

I'm testing the upgrade process from 2010 to 2013.

 The upgrade guide advises that when using an existing configuration database, the 'Windows SharePoint Services Timer" service should be stopped. I would assume this needs to be stopped on all servers, correct?

 When running the  “NWAdmin.exe –o DetachDatabase –serverName <myservername> -databaseName <mydatabasename>” command, it sounds like the configuration database will be detached in the 2010 environment. Does that mean that Nintex will no longer function in the 2010 environment?

  

How to: Use the Repeating Section Control

Javascript validation not firing...

$
0
0

I am trying to write my first javascript

I created a very simple javascript (that should fail every time:


function ValidatePersonalDeviceAgreement( source, arguments) {
     var selectedOutcome = NFW$(".PersonalDeviceAgreement input:checked").val();
     var commentText = arguments.Value;

     arguments.IsValid = false;

     if (selectedOutcome == passValue) {
      arguments.IsValid = false;
    }
}

On my form field, I set the Validation to "Yes" and the function to ValidatePersonalDeviceAgreement

I would expect the Submit to fail all the time, but when I submit my form nothing happens...

Can someone tell me what I'm missing?

Programmatically approve/reject task

$
0
0

Hi,

I am facing a strange problem, I am trying to programmatically close a flexi task, below is the code that is called on my custom task form on submit:

private void SubmitTask(int outCome, string historyComment)

{

using (SPSite site = new SPSite(SPContext.Current.Web.Url))

{

using (SPWeb web = site.OpenWeb())

{

NintexTask approvalTask = (NintexTask)NintexTask.RetrieveTask(this.TaskID, web, web.Lists[this.TaskListGuid]);

Approver approver = approvalTask.Approvers.GetBySPId(this.TaskID);

SPWorkflow workflow = approvalTask.WFContext.WorkflowInstance;

if (approver != null && approvalTask.ApprovalStatus == Outcome.Pending &&

User.CheckCurrentUserMatchesHWUser(web, approver))

{

if (LockTask(approver, workflow))

{

SPListItem item = NintexTask.RetrieveSPListItem(this.TaskID, web, web.Lists[this.TaskListGuid]);

item[Nintex.Workflow.Common.NWSharePointObjects.FieldDecision] = outCome; // here it gives error
 
item[Nintex.Workflow.Common.NWSharePointObjects.FieldComments] = historyComment;
// here it gives error
try

{

item.Update();

}

catch { approver.UpdateTaskLocked(false); throw; }

}

}

}

}

}

 

At item[Nintex.Workflow.Common.NWSharePointObjects.FieldDecision]=outcome it gives error that invalid field name in Tasks list. I am quite sure that there is no issue with the code as it is working for other workflows. I am stuck on this issue :( and don't know where is the problem ? .

Thanks in advance !

Use sharepoint list column as email address in workflow

$
0
0

I apologize for the lack of my knowledge about Nintex but have not found a way to do the following yet:

BACKGROUND:

I have a sharepoint list; one column (which is a lookup column) contains email addresses of doctors.other column contain data about status of submission of documentation.

GOAL:

I would like to send a notification to individual doctors on the list according to a condition I set (based on the value of another column on the sharepoint list)

I know how to create a notification, I know how to set the condition BUT....

PROBLEM:

I can't find a way to use a specific email off the list as a variable in the "TO:" field of the workflow notification;

 I am able to put an email address that authenticates to my own company's Active Directory but the individual Doctors on my list are all third pafty doctors.

Could you please provide me with the pointer to the right path/solution (or where I should pose this question if I am posting on the wrong spot).

Thanks,

Christopher

 

 

Aggressive little Moncler Kids Fall-Winter 2014 words

$
0
0

  何と言いますか、この事実がもう理屈抜きで「男性には丸首よりもVネックのカーディガンの方が人気」ということを物語っているような気がします。モンクレール 2014ちょっと強引な言い方になりますけど、迷ったときは、人気のある方を選んでおけば上手くいきやすいんじゃないかなあと。それに、Vネックの方が商品がたくさんあるので、どれを着るのかを選ぶ楽しさもありますしね。ということで今回のまとめ。丸首のカーディガンは「ソフト、優しい、かわいらしい」印象。Vネックのカーディガンは「シャープ、クール、格好いい」印象。男性の場合、モンクレール 店舗カーディガンの襟ぐりは丸首よりもVネックの方が格好よく見えやすい&コーディネートしやすい。ボーダーのカットソー、ストライプのシャツ、チェックのシャツ。

How can i get a date/time value in original sharepoint ISO8601 stored format as text?

$
0
0

Hi,

I have the problem to assign a date/time value (stored in a releated list field 'DateTime') as ISO8601 date/time format (YYYY-MM-DDTHH:MM:SSZ.) into a workflow variable (type 'Text').
If i assign list column directly into such workflow variable does contains this variable a reginal settings converted string like  10/12/2010 00:02

I tried already a CAML query with
<Query>
    <Lists>
        <List ID="{xxxxxx}" />
    </Lists>
    <ViewFields>
        <FieldRef Name="EventDate" Format="ISO8601"/>
    </ViewFields>
    <Where>
        <Eq>
            <FieldRef Name="ID" />
            <Value Type="Counter">{ItemProperty:ID}</Value>
        </Eq>
    </Where>
</Query>

but obviously the date/time value will be converted every time by Nintex. I need the original sharepoint internal date/time value in ISO8601 format like.

I have tried everything (what i know :-)) in Nintex, but without any success.

Please help me !

Kind Regards
Andre


Shopping Clothing

$
0
0

Prudentialuniforms - Prudential Overall Supply - Providing a safe, clean and efficient work environment and Conducting all business relationships with integrity.

Working with custom field?

$
0
0

Hi

I'me developing wf with the next scenario:

1. I've created calculated custom field Delta = Deadline - Baseline Finish

2. If  Delta < 2 days, PMO must receive e-mail notification about possibility of breaking dealine

As i know, i should develop wf with the events. But what events should i use for with  scenario? LookupTable updated? Or Project Updated with the links to a task with deadline?

first activity "retrieve event data" or  "query project server"? How to find in "query project server" created custom field "Delta"?

schedule site workflow bug

$
0
0

Hi all. I'm running Nintex wf 2010. I have built a site workflow that is scheduled to run every night at 1:00AM indefinitely . At least that's what i set it for. When i save the schedule in the next run column it says next run tomorrows date 9:00PM. I checked some others looks like if i set the time for any thing between 12:00AM and 10AM the time is off by 4 hours. So 10am says 6am 9 am says 5am and so on until 12am which says 8pm. Just wondering If this is a bug. Has anyone else encountered something like this? Ill look tonight to see what time the workflow actually runs and add an edit.

 

Edit: Last night i set my work flow to run at 4:AM and it actually ran at 12AM.

Can I customize an InfoPath Flexi-Task form with our InfoPath template data?

$
0
0

We have a deliverable to provide InfoPath buttons on our InfoPath form to control the Flexi-Task outcomes from Nintex.  

  1. From the Flexi-Task configuration ribbon, I have tried using the 'Edit Task Form' to 'Edit with Microsoft InfoPath 2010'.
  2. I am able to save this custom InfoPath Flexi-Task approval form and edit in InfoPath Designer 2010
  3. I would like to merge our InfoPath template with the required Decisions and Comments fields from Nintex
  4. The plan is to publish this to the proper default publish path that Nintex created i.e.
    [YOUR SHAREPOINT SITE]/NintexWorkflows/[NAME OF WORKFLOW]/Flexi_Task_2442d115c79f44b0b5a505038236193d - Working.xsn

Q. Can I take our InfoPath template form, then “merge” in the data connections and publish to the Nintex form library with our own *.xsn file

Execute SQL Login Failed for User

$
0
0

Hello,

I am trying to use the Execute SQL action and I am entering a username and password in the credentials box and I am receiving the error below.  The connection string, username and password are all correct and the account has permissions to the database.  Is there something that needs to be configured either in Nintex, SharePoint or SQL before this action can be used?  Some sort of Pre-Req?   

~~~~~~
The execution returned an unexpected error.
Login failed for user ''.
~~~~~~

Other info:
~~~~~~~~~~~~~~
Connection String:
Data Source=<SERVER>;Initial Catalog=<Database>

SQL 2012 SP1 on Windows Server 2012 R2, SharePoint 2010 on Windows Server 2008 R2, Nintex Workflow 2010.

Thanks for any help you can provide,

Matt

Error in Execute SQL

$
0
0

Hello,

I try to put data to SQL table by following query:

SET IDENTITY_INSERT CCI ON
EXEC sp_dbcmptlevel CCI, 90
INSERT INTO CCI (id_in_table, Quest1, Quest2, Quest3, Quest4, Quest5, Quest6, Quest7, Ans1, Ans2, Ans3, Ans4, Ans5, Ans6, Ans7,ModifiedBy,ModDate,PSR)
VALUES ({ItemProperty:ID},Tex1,Text2.....Text7,3.5,4,5,4.4, 5, 4.1, 5,'{WorkflowVariable:Author}',{ItemProperty:Modified},'{WorkflowVariable:InterimName}')
SET IDENTITY_INSERT CCI OFF

And got error:

The execution returned an unexpected error.
Incorrect syntax near 'ItemProperty:'.
The label 'ItemProperty' has already been declared. Label names must be unique within a query batch or stored procedure. 

What's wrong?

infopath - nintex : The following query failed

$
0
0
Since few weeks ago I have a problem with mi infopath forms in a nintex workflow... I used the action 'Request Data' and customized the form with infopath ... in this form I lookup for data in the same library and others lists using data connections.

I set sharepoint and Nintex debug logging level in VERBOSE. And get this error messages in logs:
SharePoint Foundation / General ... looking up site https://PORTAL/Lists/MyList in the farm Sharepoint_Config ...
SharePoint Foundation / General ... Unknown SPRequest error occurred. ... 
SharePoint Foundation / General ... <nativehr>0x80070002</nativehr><nativestack></nativestack>
InfoPath Forms Services/Runtime - Data Connections  .... Data adapter failed during OnLoad: El formulario no puede ejecutar la consulta especificada. No se encontró la lista.

on event log I get ID 5566

In the Log you see that is trying to search for my list in https://PORTAL/Lists/MyList .... but the site collection where I work is https://PORTAL/MP/ and the list is https://PORTAL/MP/Lists/MyList

Now, when I create a new site collection ("https://PORTAL/sites/test") and create a list and a nintex workflow with the same action, (same scenario) it works normally ... but in my site collection "https://PORTAL/MP" doesnt work.
 
Please some help ...
 
Spanish sumary:
Uso un formulario de infopath en una acción de 'solicitar datos' de nintex, y en el formulario muestro datos de la misma libreria y tambien de otra lista ... cuando publico mi formulario, este no funciona en mi entorno de producción, sin embargo en otros entornos de pruebas si funciona. En el log muestra que no encuentra la lista de donde consulta los datos, pero no esta buscando la lista en la ubicación correcta ... es posible que esto se deba a un bug? a un error conocido? por favor agradecería cualquier apoyo.
 


Print Option

$
0
0

Hello

I am new to this, I created a warehouse manifest, how do print with the information that I input in to the fields.

 

Not showing up on SharePoint Document page

$
0
0

Hi guys

 

I just built a manifest with some text fields, how do I make it show up in my documents folder so other people can work with it?

 

thanks 

Upgrading list item id variables

$
0
0

Can someone confirm the expected behavior for variables of type "List item id" when upgrading from 2007 to 2010?  Are they supposed to continue to be set to "List item id"?  We seem to find that they are getting set to integers, which breaks things on some custom actions.  Is there a recommend approach to handling this, particularly for in-flight workflows?

 

Just saying "there's no way to upgrade cleanly for workflows that use List Item Id variables" doesn't seem like a great/acceptable answer.

Can't create site workflow

$
0
0

Hi,

I am migrating from NW2010 to NW2013.

I installed NW2013 correcty with a correct license I was able to migrate library/list Nintex workflows.
While I was trying to migrate some of site workflow, I couldn't find Site Actions > Nintext Workflow 2013 > Create Site Workflow option before importing workflow.
I activated all site collection features and site features for Nintex Workflow.

Is there anything I am missing here?

Thanks in advance,
Ricky

Not able to view the Field created using Custom Field Type in Nintex forms - SharePoint 2013

$
0
0

Team,

We created a field using a custom field type and not able to see this field in Nintex forms under SharePoint controls. So we not able to add to Nintex form.

At the same time we able to see the Field under columns in SharePoint List settings page. Could any one help us on this asap.

-Dinesh

Viewing all 4245 articles
Browse latest View live