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
Hello Everyone,I am looking for a way to implement tree view checkbox list in nintex form.Should be like belowI am unable to find an option in Nintex form to display checkboxes like the above. Parent1 will be connect to 1 column in list. Parent2 along with child will be connected to another column in list. Any thoughts to implement this way?Thanks & Regards,Usha
I'm having trouble getting this to work. I can clear the Approve radio button value with .prop("checked", false);, but can't set its value (initially empty) using the method marked in red below:var DecisionRB = NWF$('#' + Decision);DecisionRB.click(function() {if (DecisionRB.val()=="Recommend") {NWF$('#' + Approve[value="No"]).prop("checked",true);}})
how to read second parameter of query string?
Is it possible to make a calculated value control work on a hidden field? I am working on a mileage reimbursement form and I need to calculate the number of miles based on a field that I would like to hide. The first number of miles field is a text field where if the user selects "other" in either of their location boxes, they have to manually enter the number of miles. The second number of miles field is a calculated value that pulls in the number of miles from a list based off of our locations, and it changes depending on if the user selects round trip or one way. The hidden field calculates based off of what the users select in the location fields and it tells the calculated miles field what column to pull from on the list.Â
The current pack provides additional administrative functionality, which is not available OOB on the standard K2 Management site, including the following ones:Powershell module with the useful cmdlets to manage K2 Server - to be extended with new versions. Live Instances Migration Update of the DataFields and XML fields inside the running workflow instances; Update of the Folio for the running instances of the Workflow; Please, refer to the following links:Installation and configuration How to update a DataField How to migrate a Process Instance For more details, please, refer to the following link: https://github.com/dudelis/k2-management-packÂ
Hi Nintex Community, I try to automatically fill in a managed metadata control based on user profil properties values and I wonder If there is a way to reach this dynamically with javascript? Thanks.
Hello everybody,recently I got the requirement to add filtering to certain dropdowns based on another dropdowns value.Since both of the dropdowns are list lookups and the second dropdown's source list has a lookup to the source list of the other one, I thought cascading dropdowns would be the best solution.I quickly whipped up 3 test lists. ZID-Abteilungen (with information on our orgs divisions), ZID-Teams (with information about our orgs teams and a lookup to the ZID-Abteilungen list to identify the division they're part of) and Cascading Dropdown Test (a list to test the cascading dropdown functionality, as the name implies. It features a lookup to ZID-Abteilungen and ZID-Teams).ZID-Abteilungen:ZID-TeamsIn the nintex form for the Cascading Dropdown Test I put two list-lookups (from the "list columns" section):I left the lookup control for "ZID-Abteilungen" as it was and configured the control for "ZID-Teams" as follows:I published the form and tested it. When I chose a division, the
Hello,I am trying to extract part of the URL from a Hyperlink control. In the Customer JavaScript - function, I am trying to use substring to extract the URL. Here is the sample JaveScript:function showText() {    var display = NWF$("#"+txtHyperLink);   display = display.substring(0, 25);alert(display.val());    }When I use a button control to execute the  showText function, the alert does not display on the form. If I remove the display.substring from the function, the alert will display.  Can I not use Substring in the JavaScript function?  If not, is there another way to extract the URL from the Hyperlink control? Or can I use the fn-substring inline function in JavaScript?
I've got a question for you. I have a list item with a field that contains all the data I need about a user (login name, email address, etc.). I can query that field and split the data so I have a collection variable with multiple separate values. How do I iterate through that collection and populate each separate field for that user?Single list field with all data:Separate data elements about user that I want to extract from this field:Separate list fields that need to be populated with extracted data:1 line item has multiple fields. All the data that is in the User Multi field needs to be spread out to the User ID, Name, Login Name, and Email fields. How do I iterate through my collection variable and do that? I've done something similar where I populated collection variables, but that started with separate fields per row that were already populated. I need to go back one step before that and populate those separate fields.Any suggestions?For some back story, I used a Call Web Servic
When utilizing the Context Browser to pick data fields (for example), the Context Browser disappears if not closed with the "Add" or "Close" buttons. (Specifically if called from a wizard like "Forms Gen"). (Also - why the name change - "Context Browser" when called from wizard, "Object Browser" in the studio?).Â
I have a question regarding the sql control. Is it possible to display the unduplicated list of potential choices. Let me show you what I’m talking about. This is the returned value set returned from a sql queryWe have several Pay schedules each with multiple steps (I know only government can create such a goofy system). The database looks like this:Is there a way to just limit the view to do the following?My control is setup is thisUltimately, I'll need to limit the Step query to list the steps based on what was selected in this control. From there I can capture the rate to determine what the salary will be.  Eric Harris
Hello,I have a choice control in nintex form to show radio buttons.radio1radio2radio3radio4Based on certain fields on the form, i would like to only show few radio buttons in the form. I am trying to achieve this using jquery on drop down change event.But i see that there is space shown even after the radio buttons are hidden.Can any one share some thoughts on how to fix this.Thanks in advanceUsha
Hi,I have a word document in a SharePoint document library. The content is word document is placed in rich content control (each content control has headings and paragraphs).Now i want to create a word document based on word document in document library by updating the content controls as per my requirement.Updating the word document with plain content control is working. But when trying on rich content control, i am not able to update the word document. Can you please help how to achieve this?Thanks & RegardsUsha
Hello everyone,as you can see in the screenshot.I split a multiuser field from a SharePoint List and save it into a collection variable.The for each loop works for each value in the collection but just for the action "Send notification" the web service action is just executed once.What could be the problem ?Thanks in advance.BG,Atilla
Where is the Lazy Approval Guide for O365?
Hi I have required fields, filled the data into them and trying to submit the form, but still that red outline border is displaying. I am able to submit the form. I don't want to show that red outline border. Please refer my screenshot.
Hi,I have got my Nintex workflow which executes a spatial query in SQL Query action.DECLARE @g geometry; DECLARE @h geometry; SET @g = geometry::STGeomFromText('POLYGON ((234.314209 -88.999095469, 50.000031 -00.00000999095466))', 0); SET @h = geometry::STGeomFromText('POLYGON ((234.314209 -88.999095469, 50.000031 -00.00000999095466))', 0); SELECT @g.STUnion(@h).ToString();this query is not run against any table.the result i get is just variable name like following figure. it should be a polygon of coordinates. testError variable gives me following result.the query is working fine on SQL Server Management studio instance.can you please tell me whats going on?Regardsjava guru
Hello, In Nintex Forms, if you have a textbox or hyperlink control on a form, is there a way to only limit 255 maximum characters to be entered into the textbox or hyperlink control by the user?  Possibly through JavaScript?  Any help on this would be appreciated.   The issue I am having is SharePoint only allows 255 characters to be stored in a Hyperlink column in a list.   Thanks,Shannon
We have an SSRS report that has a Data Driven Subscription set up to create a pdf of the report and email the report to specified users. Manually this all works fine.What I need to be able to do is get this driven by Nintex.The data driven subscription creates a job in SQL Server Agent > JobsI wanted to use "Execute SQL" in Nintex to call the job:However it would appear I cannot pass the parameter into the SQL job? Has anyone done anything similar?We do not have convert to pdf forms enterprise or DocGen so really looking for a way to muddle through with this requirement...
Hi,i am quite new to nintex and getting stuck at some points.one of them is to update list values from a task form without completing the task.scenario:1. create a list item2. a workflow is triggered to run and creates some tasks3. within the task some values connected to list items are changed4. the task is saved, not submitted yet.=> list item is not updated.as soon as i submit the task the list item is updated.is there any way to workaround it?the need for this scenario is a task cintaining sub-tasks, which are documented in that task. in the list item we want to have an overview of the sub-tasks.is that possible?regards,andre
Nintex Workflow Structure in our application:-1.There are 180 site collections and around 80K sub-sites across the site collection.2.180 SharePoint content database are mapped with 8 Nintex content databases.3.All the Nintex workflows are Site Collection Reusable workflow and published in site collection level. 4.Currently version, Nintex Workflow 2013 (3.1.10.0) International,5.Application has structured content type in each site collection level and attached the Nintex workflow in parent content type.6.Child content types are attached with SharePoint library. We have 5 SharePoint library with attached 100+ content type in each sub-site level and each document upload workflow triggered.7.Workflow started on new document upload request (Start Options:-Creating a new item will start this workflow.)8.Average daily documents upload count is around ? 5 to 6K.Steps to create a new site collection in our application:-•Create bank Content Database•Back Up existing site collection using below
HiI hope someone can help with what I hope is a simple task? I am new to Nintex so not sure on how to do this:How can I calculate the days since "Created"(date) on a workflow that runs daily?When the workflow runs every day it should look at the value in a variable called daysSinceCreated and if the value is over a certain amount, take an action.Many thanks in advanceÂ
I have a simple workflow without escalation or delegation where I am using a Flexi Task to have a three way decision point : Approve, Reject and Changes Required.Without fail the workflow errors with the message:Â "Error in task. Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression."I have found three previous forum posts/questions where people report thishttps://community.nintex.com/message/47012https://community.nintex.com/message/34020https://community.nintex.com/message/25632 But other than a tantalising idea that deleting rows in an undefined table will fix it (something my system admins said sounds highly suspect), there doesn't seem to be a solution posted.I'd appreciate any help.
Hello,I'm very new nintex forms and have been working on a SharePoint List that uses the form for a little while now.I've run into an issue where I need to allow users to add attachments to this form but the attachment control was deleted from the original/base form. How do i recreate this control? I haven't been able to find it in any of the listed controls or on any other questions.Thank you!
 Symptoms I have installed K2 studio on my pc (Windows 7 ) without problemI have removed the application using the remove program of the k2 setup manager without problem.If now I try to reinstall again k2Studio the procedure doesn't ask me the installation type and folder but ask me a license . Diagnoses Please see the below article there might be some remnants of the previous setup still on the pc that needs to be removed.http://help.k2.com/kb000216 Resolution I haved delete the registry key, located at HKEY_LOCAL_MACHINE > SOFTWARE > SourceCode and the problem is solved.Â
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.