Learn about the latest Nintex capabilities at New at Nintex
All archived community articles, forum posts and groups. Here you will also find older K2 brokers as well as archived Group content.
Recently active
Hi.I have a CAML query where I want to look at an approver list and find the ID based on a set of criteria. The query looks at the NextNumber being greater than the current number, it looks for a match on the specific BizUnit and Area OR for a BizUnit or Area of "ALL". Both BizUnit and Area are multi-select lookup columns. Finally, and this is where my query errors, it looks for either the specific RequestType OR the RequestType of "ALL". The difference is that the RequestType is a multi-select choice column.I have bolded and colored the part of the query that is failing. From what I have read, I don't want to use "Contains" and that it should work with "Includes".<Query> <Lists>   <List ID="{INTERNAL LIST ID}" /> </Lists> <ViewFields>   <FieldRef Name="ID" /> </ViewFields> <Where>   <And>     <And>       <And>         <And>           <Or>             <Eq>              <FieldRef Name="B
Hello, i have a problem when I run".NWAdmin.exe -o MoveData  -Url http://xxxxxxx "Data Source=xxxx;Initial Catalog=NW2010DB;Integrated Security=True" -TargetDatabase "Data Source=xxx; Initial Catalog=NW2010DB2016;Integrated Security=True""show following error :"Command line execution error: No records found for site collection"Help please
We recently updated our Nintex Workflow 2013 Version 3.0.0.0. The issue here occurred previously but it seems to now be logging even more of these.Failed to read resource file "C:Program FilesCommon FilesMicrosoft SharedWeb Server Extensions15TemplateFeaturesNintexWorkflowResourcesResources.resx"I don't even have a Resources folder. Does anyone else have this location in their installation? I don't want my logs filling up with this message but more importantly I'd like to resolve it. in a 196 line loge file 46 of them were references to this nonexistent .resx file. There is another error error logging after these : "The specified path "" does not exist:".Thanks!
Hi,  I customized the Nintex Workflow CSS File "HTMLEDITORSTYLES.CSS" with the below code and done IIS Reset but i did not  find the Font Family Segoe UI in the Rich Text Ribbon and my Changes are not reflected in the Nintex Email Format Text.Modified the below changes in the htmleditorstyle CSS file  .ntx-rteFontFace-12{ -ms-name:"Segoe UI"; font-family: "Segoe UI", monaco, sans-serif;}.ntx-rte-messageBody{   font-family:Segoe UI;   font-size: 10pt;   color: Black;} Still my Font Family is showing with default CSS Styles as "Calibri" and Font Size to "11pt" to all my Workflow Emails after i modify the CSS Class .ntx-rte-messageBody . I need Font Family as "Segoe UI" and Font Size "10pt" to all my Nintex Workflows. Please Can any one help me out how to resolve my issue.
I recently installed Nintex and today I started experimenting with NWAdmin.exe. When running nwadmin.exe -o PurgeFlowData -state .... I got the response: Failed to open a connection to a Nintex Workflow content database. This is correct, because after installation only the account which runs the SharePoint web application pool has permissions on the database (the wss_Content_Application_Pools database role).I do not manage our SQL environment and have to request permissions on the Nintex content databases. However, what should they be? And should there be additional permissions for the configuration database? We aim to have no more permissions than required. I could not find any documentation about this and any help would be greatly appreciated!
I've got a repeating section, and a calculated value below the repeating section that calculates one of the fields in the repeating section. It works fine, but ONLY if there's more than one entry in the repeating section.In the screenshots below, the first one shows if I only have one entry. Notice no calculation.The second one shows if I add a second entry. Now it adds them.The formula I'm using is "sum(fieldname)". Not much to it.Â
I'm looking for some documentation, tips, suggestions, etc. around best practices for backing up the K2 databases (not the archiving in the workspace). I am familiar on how to perform SQL Server backups, however I'm curious if there is anything in particular that I need to be aware of that would prevent me from successfully restoring the backup onto a new SQL Server that isn't necessarily the original box (i.e. the box melted and I have new physical hardware and new SQL instance). For instance, are there any master keys, certificates, etc. that would prevent me from restoring a backup in this example or is it really just a simple matter of restoring the database onto the new machine from the backup? Thanks for any input.
I have completed the required information from Try Nintex for 30 Days - Free! and Trial Request Received - Nintex I received a mail but I did not find any link to download the files needed for installation I do not use freeware email address.-------------------------------Mail received from Nintex: Looks like we have a problem issuing your trial of Nintex Workflow 2013,Nintex Forms 2013.If you made request using a freeware email address, such as gmail or hotmail, this would have caused this problem. Please request trial using your company email address. If you made request using your company email address then please reply to this email and let me know when you can have a quick conversation with me to work on a resolution. Regards,
Using:SharPoint 2013Nintex Workflow for SharePoint 2013Startform StandardHi Nintex-Community,I created a workflow in a document library. It is meant to force users to give additional information to the last checked in version of a file. Therefore the user is asked to input 2 values in the startform (which is standard).Starting the workflow manually the Startform is shown and values are are added to the list as expected. Starting the Workflow automatically by "element changed condition" the startform isn't shown, so values can't be provided by user.BTW: There are conditions defined making sure, that the workflow does not start itself and only when Version/ comment has been changed.Nevertheless the Workflow is running through, but of course values entered are empty.So the question is: How to make sure that the form is shown, even when the workflow is started automatically?Any feedback would be highly appreciated!Best regards,Sindy
I have a workflow that utilizes a state machine with flexi tasks. When I receive the email letting me know that I have a task to respond to, I click the link to respond to the task and get a javascript error (image enclosed). Clicking YES to continue closes the Microsoft Security message but doesn't open the task.
Hi Team,Please help me. How to Configure/Develop a nintex workflow for birth date notifications in SharePoint list!.Advance ThanksÂ
How can I copy a document from one document library to another document library and save versioning? The Copy to SharePoint action DOES NOT save versioning. Emily Billing‌
Does Nintex require the SharePoint 2013 Workflow Platform (aka SharePoint 2013 Windows Azure Workflows)?" Â
Hello,  I'm now using the Nintex WorkFlow for Sharepoint,want to get a report,which shows all the operation about the delegations ,such as Approval Documents.Can you help me to solve this problem?Thanks
Hello, I am relatively new to Nintex and trying to get some help on the right approach/best practice for building a workflow using Nintex workflow for a list created using Sharepoint 2013.Workflow process: Determined by 2 variablesSaved or submit for approval - set up as drop down field (not sure if this is the best approach)Choosing saved does not trigger workflowChoosing submit for approval starts workflow based on value (see #2)User gets email notificationValueBelow a certain value routes to one approverAbove a certain value routes to a different approverApprover gets email notificationDesired outcome:User should be able to submit a saved record for approval, thereby starting the workflowIf an approver rejects a record, it should go back to the user who can make changes and resubmit for approvalI was able to build workflows using run if statements that fulfilled both requirements. The challenge I had was either submitted a saved record for approval or rejecting a record. In both cas
Hello,I have a form with multiple panels. I am using javascript to set the display to none of these panels, document.getElementsByClassName(AllPanels)[0].style.display = "none"; Then when a checkbox is clicked it opens the desired panel, document.getElementsByClassName(panel.style.display = "block";Now I want the form to resize so that there isn't a large space between the checkboxes (I attached an image). From reading around it seems that I might be able to use this:  NWF.FormFiller.Functions.ProcessFillerControl(NWF$('.labelName'), NWF$('.formFillerDiv') )  but I havent gotten it to work.Thank youSean
Hi,I am using Nintex Forms for SharePoint 2010. I have a Choice column in SharePoint using checkboxes and calculated value in the Nintex Form to show the value of the checkboxes selected. when I create a new item the calculated value is showing the correct value for the selected checkboxes (ex: [Choice 1]). However, when I go back to edit the item there is an empty array element on either side of the choice I selected (ex: [,Choice 1,]). Looking at the length of the array in edit mode shows that the length is 3 when only one item is select. If I selected another option the array fixes itself.New Item:Edit Item:If I use a Nintex Choice control which is not connected to a SharePoint Choice column then this bug does not occur.Any ideas why this is happening?Thank you,Clint Walsh
I have nintex for sharepoint 2010, can I have a workflow start at 6am each morning to check if a start date or end date is today.
I need to create the form  like Grid with options Add/Update/Delete. I can Add/Delete/Update using JavaScript to update list. How to catch the event? I am trying to use repeating section with dropDown options. Could you please help me.
HiI would like to thank everyone who replies to posts in this list. I have found it extremely helpful as I struggle to find solutions for my clients requests. The next question is quite difficult to explain.I have a list of courses, sessions and registration details. In the list of sessions, the client wishes to be able to click on the name of the course (which is linked to the list of courses) and display the Registration form. I have done this by adding a link to the bottom of the form that appears. However, we also want it to automatically publish the name of the course plus the date of the course which is contained in the sessions list.Do you know whether this is possible and if it is, how?Kind RegardsRenee
Hi there,I have got K2 Blackpearl 4.5 v 1200 installed in the UAT environment and there are nearly 100 processes running on this currently. My real problem is that K2 workspace takes very long time (nearly a minute) to open which is one of the main issues raised by the end users.Questions:0) Why is it too slow? what is the reason behind it?1) Would it resolve the issue if I update K2 blackpearl to a newer version?2) Would there be any consequences regarding current running processes or all SmO & SrO if I update K2 workspace to a newer version?Any help would be very appreciated.Kind regards
Hi,  I have the same situation in Nintex 2013 - using the Rule type Validation, comparing the value of 2 lookup columns (fields) and the message is displayed.  {field 2 cannot have the same value as field 1} BUT  when the value of  Field2 is changed and Save button clicked the error message remains and won't accept the new value which is different.  It appears it is not refreshing the value in Field2.- when changed/corrected ?This is the code in the Condition -  using Named controls: SigPasscode2 == SigPasscode1  Witness Sig is changed and Save is clicked - message remains ?the rule is based on WitnessSig (field2) - any suggestions?Thank you Pam Lewis
Hi community,I have come across an interesting bug while trying to enhance one of our workflows: It is not possible to use the "multiple items update" action on the name property in a document library. It always errors. While this behavior would make sense if one was actually trying to update multiple items to the same name (as this property has to be unique), it also fails if your filters only return one library item (my filter is on ID). If one uses the "update item" action instead it works but you are not able to capture errors (which I need to do here if I want to capture/resolve a naming conflict - checking for the name beforehand doesn't work always as well, I already do that. I'm trying to get rid of the remaining rare case scenarios where the workflow errors).Is this behaviour by design?Many thanks
Hello All,I got a calculated field which aim is to show the result between the Amount and the currency Rate.I been using the following formula which does not work as I thought:If(Rate==0, Amount, If((Currency=="€ - Euro" || Currency=="$ - Dollar" || Currency=="SEK - Krona" || Currency=="CZK - Koruna" || Currency=="CNY - Yuan" || Currency=="INR - Rupee") ,Amount/Rate,Amount))If I reduce it down to =="Euro || =="Dollar then it works.I guess this is because the True or False looks only at 2 figures.According to this post: https://community.nintex.com/thread/15097-issue-with-logical-operators-nested-if-statementThe nested || seem to work for him but it does not work on my case.Can somebody advise please?
I have a list named Network Carrier Master with the following columns: Country, Network, Current Carrier, Current RateI also have a form with similar fields: Country, Network, Current Carrier, Current Rate. The first 2 fields (Country and Network) are lookup controls and they work as I expect (the lookup lists are separate from the above list). Now I want the other 2 fields; Current Carrier and Current Rate to work such that once the user has selected Country and Network, a lookup function will search the above list and return Current Carrier and Current Rate. In other wordsSELECT Current Carrier, Current Rate FROM "Network Carrier Master"WHERE Country ="NamedControl_Country" && Network = "NameControl_Network"I tried using Lookup function but did not return desired results. Here's a snippet of my form
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.