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 needed to extract the current time in Nintex Forms. I am aware of the CurrentTime nintex function, but the problem is that the currentTime is never updated and if the form is kept open for a few minutes the time is not updated. I believe Nintex loads the variables when the form is first loaded. I need to get the exact time (don't want to use the client time and would need to rely more on the server time).Any guesses how I can achieve this.? I have tried a number of ways like calling a processupdate() function to refresh my calculated field to give the current time, but the time never refreshes and it always stays the same (i.e. the time when the form first loaded)has anyone else faced this and how did they overcome? Any suggestions welcome.Regards,ShriniMarian Hatala Caroline Jung
I am currently replicating (as much as possible) several complex workflows created in Tibco iProcess to Nintex workflows. In Tibco it is possible to withdraw a task from a user's queue based upon completion of another task or timer. Is there a control/workflow design that is analogous to this in Nintex? I've consulted other forum threads but have yet to find one that addresses this specific issue.
Good Morning I need some help please. I have a scheduled workflow that triggers on a Thursday at 4pm. It contains a general email to notify the people that there will be a meeting the next day. I need to Scheduled workflow not to trigger if there is no item in the calendar list for a meeting. It needs to trigger ,check if the Calendar is empty and if so not trigger the mail.I have set Run If and Set Condition in the mail to look at the presence of an ID or if a certain field is populated in mail body. But the scheduled component still triggers and sends the mail.Can I please ask for some guidance thanks
Does anyone have detailed instructions on how to move a production K2 server to a new AD domain?
Good day!I have a question regarding how to get the current row.I saw a post doing this:NWF$(".nf-outer").on("blur",".my-dropdown",function(){ var $row = NWF$(this).parents(".nf-repeater-row").first(); var dropdown = $row.find(".my-dropdown"); var texbox= $row.find(".my-textbox"); ...});However, it seems to work only on a control outside the repeating section and it is a drop-down control.What I am doing right now is to use a label as a button inside a repeating section. So how to get the current row onclick?
I want to save each row data of repeating section as new item into a new list.In List A, there is a repeating section like below . Save data to List B.How could I realize this ?
I refer to Vadim Tabakman blog about Numbering a Repeating Section and JavaScript events in Nintex Forms . But I find the number and field data is not right in Nintex 2013 Form. I check the JavaScript code and find function "NWF.FormFiller.Events.RegisterRepeaterRowAdded" and "NWF.FormFiller.Events.RegisterRepeaterRowDeleted" not working at all.This code is working in Nintex 2010 form. But not working in Nintex 2013 form. Any one could help me?The JavaScript code:var rs = null; NWF$(document).ready(function () { rs = NWF$('.vtMyRepeatingSection'); window.setTimeout(doWork, 1000); // 1 seconds }); function doWork() { NWF$(rs).find('.cssFirstField').find('input').val('wombat'); NWF$(rs).find('.cssSecondField').find('input').val('koala'); fnAddNRows(0); fnNumberRows(); } function fnAddNRows(numRows) { for (i = 0; i < numRows; i++) { NWF$(rs).find('.ms-addnew').click(); } } function fnNumberRows() { var iID = 0; var labels = NWF$(rs).find('.vtLabel'); NWF$.each(labels, function (index)
I have 2 different lists; one is the form's "main list" and the other a "task list" associated with the form. I am trying to update the "assigned to" column in the "main list' with the "assigned to" column information from the task list, since this field is set in the task list.When I configure the "Update Item" control, I select the "main list" to update. Where "ID" equals "workflow data" "worksheetListItemID." Then I tried configuring it as a "list lookup" but the work flow errored. If I select "value" it only lets me pick a group or person. I want to insert a reference to the "assigned to."Not sure how to configure this to get the result I am looking for.
Hello, I am trying to run a quick demo of using Nintex Workflow Cloud in Salesforce with a Start Event via SalesForce Form. I want to key in on an Opportunity and all it returns as a context variable is Opportunity ID. Are there resources to show an example of getting the rest of the Salesforce Opportunity Data via the Opportunity Object ID? For example Account Name and Current Owner. The goal would be to pull this information into variables to use for the doc generation action in which I can tag a Powerpoint with specified info in the SF Opportunity. The reason I am not using Drawloop is that I want the source and output to be located in Dropbox and Drawloop does not have that native integration.
Is it possible for a Nintex form to use a udc/.udcx data connection file created in infopath?
Is there a easy way to find a particular mailbox reference in a the nintex workflows across the sharepoint farm.Our business is decommissioning a particular mailbox and that mailbox is used in various Workflow to send and receive emails. I want to find all the workflow which has notification actions that sends/receives emails from/to that mailbox.Is there any easier way to find those workflows across the entire farm?
Hi all,I'd like to get a workflow to work but I can't figure out how.I have a giant list of codes. This code is always in a field, along with a lot of other codes.For instance the field would say: location|00201; building|0301There are thousands of buildings devided into 5 groups.So i have a list of which buildingcodes belong to which group.I want the condition be like.Does the field contain any of the following values:building|0201building|0203building|0301building|0302building|0633building|0891Then fill this other field with the following: group 1If not then go on to the next (which will be 4 more untill the group is filled)I hope i explained myself right. I can not fill all values in my hand with the OR funtion, because it's thousands.
Hello,I will like to have a dropdown where I show only the next weekend (Saturday and Sunday) dates with two times (morning and afternoon)? How is that possible?
Hello guys.Do you know if there is any way to be sure if forms that are submitted through nintex live have synced to the sharepoint farm? Is there any place I can check the forms that have been submitted other than the sharepoint list to be sure that the forms are being synced to sharepoint?
Hello,can I include a button in the mailbody to open with the iphone email Programm.I do the following code:<button onclick="window.location.href='http://www.google.de'">Continue</button>But it doesn't work, it doesn't open the link.Do you have tipp for me, to insert the button in the mailbody.Thanks,Jörn
Hi All,I am trying to achieve to display a form inside a form viewer as outlined in the below thread. Putting Nintex Flexi Task Forms in “context” It works well and I can display the data as required. the only thing that I would like to know, how we can control the Ribbon inside the Page Viewer Control. The ribbon on the Flexi Task is hidden using the CSS but the Ribbon inside the Page Viewer Control is still visible (as seen below).How can we hide the Ribbon inside.the URL for the Page Viewer isContext Item URL&IsDlg=4Any thoughts/leads anyone ?Thanks in advance.
Hi, I created an app in Nintex App Studio and now I have the *.ipa file. In order to install the app in an IOS device do I need to upload it to the app store? I do not have MDM solution in place.Thank You.PD.: I already installed the app in Android.
Hi Everyone,Not sure if this is possible. But what i need is to be able to add a caption/comment/description (any will do) when i take and attach images in the Nintex Mobile App.While i'm at it, is there anyway to display captured images by embedding them on the form rather than having them display as a hyperlink?Thanks a million!Kimberley
I have a Nintex form which collects a users Credit Card number. After the form is submitted and approved via a Nintex Workflow, I to replace the original Credit Card number ,e.g. 6666 7777 8888 9999 with XXXX XXXX XXXX 9999. Anyone able to get me started?
Hi All,I have multiple panels in my form and depending upon the value of certain flag column I am hiding and showing the panels.I also want to change the height and width of the form dynamically. I tried using JavaScript but its not working
Hi,Below are the codes I'm using based on the topic I found./* Add PeoplePickerApi to NF *//*(function() { NF.PeoplePickerApi = (function ($) { var getData = function (ins) { ins.d = ins.d || ins.$elem.data("uiItempicker"); return ins.d; }; var ctor = function (elem) { this.$elem = $(elem); }; ctor.prototype = { added: function (func) { var a = getData(this).options.itemAdded; getData(this).options.itemAdded = function () { a(); func(); }; }, removed: function (func) { var r = getData(this).options.itemRemoved; getData(this).options.itemRemoved = function () { r(); func(); }; }, search: function (term) { var config = this.$elem.data(); return $.getJSON(config.url + "/_vti_bin/NintexFormsServices/NfRestService.svc/AutocompleteValue/PeoplePicker", { term: term, types: config.selectionset, group: config.sharepointgroup, }); }, add: function (value) { getData(this)._addItem(value); }, remove: function (valueOrPredicate) { var self = this; var func = $.isFunction(valueOrPredicate) ? valueO
Hello, i use this action in my workflow:I checked the checkbox to create a task,I found the task on the tasks lists, but I did not find the trace in the task history as the task action did. Any idea how can I have to do to add this trace to the task history. like thisthank you .
Hey folks!SP 2013, most recent updates on forms & workflows.I'm wondering -- is there a way to tell which layout a form was submitted from? We have a worklfow we want to trigger on mobile submission, but not desktop submission. I seem to recall this existing previously but now I can't find it.Thoughts?Cheers,rhia
Hi, i have 10 libraries to query and get files with status -ready to move and copy these files to 2nd lib. so far i have done queering one lib, filter based on status and copy the files to 2nd lib. Any help is appreciated !
I have a list form which has both Save and Close buttons that are set to the defaults. They work fine when I don't add a SharePoint list view control. But once I add one and hook it up to a filter, both of these buttons do nothing other than redirect me back to the form itself.Environment: SharePoint 2010, Nintex Forms
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.