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
Do anyone know if it is possible to use the list view control for external list?It is not showing up in the list pickerI can use Expression an type the list name and view name. Nintex Forms recognize If am using a wrong nameIn the form itself is nothing to see.
I'm totally getting owned by Nintex today...LOL.In a photo library (if that makes any difference) I set a variable to the ID number of an item I want to delete, then use the "Delete Item" action to attempt a delete, and it throws an error. Here's the relevant segment of my workflow:"Set Variable" gets the ID number of the item I want to delete; it's noted in the history (below). The "Run if" runs if the ID > 0. Here's the Delete Item configuration:Without fail I'm getting the following error (The workflow could not update the item, possibly because one or more columns for the item require a different type of information):Any thoughts on why I'm getting this error?Thanks.
Select Checkbox(bool) should automatically select all values in choice(multiple) control. I do not want to specify individual values in choice(Multiple-selection) field control. Individual values it is working fine. here is my code snippet : NWF$('#'+Respose).find(':checkbox[value='SharePoint']').attr('checked', true); Here is my code. ControlName(Response) is my Multi-selection control ID. UncheckAll(ControlName){NWF$('#'+ControlName).prop('checked',false);}SelectAll(ControlName){NWF$('#'+ControlName).prop('checked',true);}Does any once know how to clear all and select all items in choice field control.
Hi,I am trying to add a change event, to a list lookup, in a repeat section, using JavaScript.Currently I am adding the event handler in the RegisterRepeaterRowAdded function. But the change event only fires when a new row is added. I would like the event to fire any time the user changes the lookup.NWF.FormFiller.Events.RegisterRepeaterRowAdded(function (){ var currRow = NWF$(arguments[0][0]); currRow.find('.cable-lookup select').change( repeatCableChanged(currRow.find('.cable-lookup select')) ); });function repeatCableChanged(cableLookup) { alert(cableLookup.val()); }
I have a simple workflow, which is initiated on item being modified. The workflow is a Run If to see if the status of the item is Complete. If it is, it sends out an email to the Creator of the item letting them know it has been completed. When items are being modified this workflow is running 2 instances at the same time, or even 3 instances at the same. I decided to recreate the workflow from scratch, thinking the first one was corrupt in some way. The new workflow is doing the same thing. One thing to note, if the previous workflow was initiated 2 on modified, the new workflow is initiating twice. If the previous workflow was initiating 3 times, the new workflow is initiating 3 times.What is causing this?! Again, there are actually multiple instances of this workflow being initiated at the same exact time (workflow history screen).Any help would be greatly appreciated!!
Hi,I'm using Nintex Forms 2016 and I'm wondering if there is an easy way to make an hyperlink field (tied to a sharepoint column) in display mode to open the URL in a new tab instead of the current one..Do you have any suggestion? Or should I use javascript in order to add a target="_blank" or similar to the <a> tag?thanksGiacomo
Why am I not getting the values of multiple selected check boxes with this code? what would rather work? Open to all suggestions. Thank you!NWF$('#' + varMultiChoice).click(function(){alert(NWF$('#' + varMultiChoice).val());});
This custom control makes Textbox ,Textarea, Picker and Rich Text Editor as Voice Recognition controls, This feature can be enabled and disabled any time on forms by user. How Voice Recognition Control works https://www.youtube.com/watch?v=WRdZhvuawXk&w=300&h=215 * Control requires active internet connection and supports only chrome browser.
There is a certain field on my form that consists of PII data. I would like the User to be able to enter info into this field when submitting a new form.But in List View and Edit/Display Mode, I only want this field to be visible to a certain User Group. Is that possible?
I'm trying to write a workflow to send a document from one site collection to another, using Upload a File action. It works well with text fields and mapping them but I can't seem to get a MM field or a person or group field to work at all. Additionally, it seems that a date/time field is pushed over but the time is off by 6 hours. Here is what I'm trying to do.
I have created a Nintex form for my SharePoint list. here problem is when i open the nintex form to design purpose it shows like Undefined Error . After that It doesn't load the previous design.Kindly give your suggestions.
List Lookup Control,the content of control became link on the form when some user access the form
I've a form/workflow where I collect attachments on different stages through the workflow. I compile them into a mutliple line of text fields and display them as hyperlinks on the task forms.The MLT fields are working fine on desktop task forms. once we converted the same task form to mobile, non of the hyperlinks on those MLT fields are clickable on mobile. I also noticed that the delegate link doesn't work on mobile. I thought it is just because delegation doesn't work on mobile. Is there a way to make links work on mobile forms from multiple line of texts (that contain multiple links)? Are links even supported on mobile at all?!
HiHow do I change the text, and in particular remove/replace the Nintex details at the bottom of the distribution email?This is our company app and I don't want to confuse the users by having the Nintex links at the bottom.
Hi Old artwork seems to remain after it has been replaced by new artwork. and the the deployed app shows some old art work and some new artwork. and some art work i don't remember uploading. How do I find all artwork and remove old artwork?
Hello, I'm trying to wrap my head around the different distribution methods that are possible using Nintex App Studio. Our organization currently has a Apple Developer Account and a couple apps published in the public App Store. We do not have an MDM or an Apple Enterprise Development Account but are interested in creating and distributing apps created with App Studio to employees around our organization. My understanding is that App Studio needs an Apple Enterprise Development Account to distribute apps via email in an organization. However, on the Apple site, it appears that when you convert your regular Developer Account to an Enterprise Developer Account, you lose the capability to publish apps to the Apple iOS App Store. What are other people out there doing?Is it possible to publish apps created with App Studio to the public iOS App Store?To utilize the App Studio email distribution capabilities while retaining the ability to publish apps to the iOS App Store, do you need to have
Is there a way to insert Publishing Image field into a Nintex form? I have added it into my list however it doesn't appear in a list of available list column in the form controls.This would very helpful since with Publishing Image it is easy to browse for existing image within SharePoint that can be then used as a rollup image e.g. for Content Search web part. List columns: Form controls: Thanks in advance.
I'm trying to make a form where the user will edit a large number of records. A requirement is that they should not have to single or double click a list item in order to enter edit mode. Rather, the entire list should be in edit mode.What is the best way to approach this in the SmartForms framework?
Hi All, As we know that we have save pdf control in k2 smartform, and behaviours of this is save a pdf file in pdf view list then user have to manually download the file . but my question is how can we acheve automatically . Suppose i have a button control and on this control I am calling save pdf and creating the pdf file now user want behaviour like on-click pdf should generate and downloadopen automatically , user should not open it manully neither should call any pop up for sub view to open the pdf file . Can any one suggest is it possible OOB from K2 ? -AK
I have a Content Editor Web Part that I'd like to have some HTML code in. I plan on using the web part's Content Link field to link to a text file with my code. However, that HTML will need to be dynamically updated. Specifically, an ID number in the code will need to be updated from a list field. Does anyone know of a way, presumably with a Nintex Workflow, to update or create/overwrite a text file in a SharePoint library? I plan to store the text file in SiteAssets.Also, just so you have the big picture, this process is going to be in a site template, which means it will be used in numerous different sites after they're created from the template. The HTML code is an iFrame that points to a mapping site, and the iFrame URL has a query string parameter. That parameter will be different for each site, but it will be in a dedicated list column, which is where I'd like to pull it from.
When trying to submit a form containing a dropdown list populated via jQuery, i get the following error:System.ArgumentException: Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation. at System.Web.UI.ClientScriptManager.ValidateEvent(String uniqueId, String argument) at System.Web.UI.WebControls.DropDownList.LoadPostData(String postDataKey, NameValueCollection postCollection) at System.Web.UI.Page.ProcessPostData(NameValueCollection pos...I tried enabling CORS in my Web API application, but it didn't seem to make a dif
Hello,I have two lists: In list 1 I have a column called Material, data is filled via lookup from another list (list 2). Depending on what "Material" is selected I have a "Price/Unit" (lookup("list2", "Material", parselookup(Material), "Price/Unit")). I have another column called "Quantity" defined as number. Depending on value entered in "Quantity" I calculate "Total Sum" using "Quantity*Price/unit".All above is in a repeating section.I need to have a "Total Amount" defined as currency that calculates all "Total Sum" in repeating section.Been googling this one but was not able to find a solution, "Total Amount" is always "0"....Any help is appreciated !
Hello guys,I have a requirement to send a notification everyday with the calendar events which are falling on Today's schedule.So for recurring events, SharePoint is storing the details on RecurringDetails field which is Hidden, so I'm unable to see it on Nintex workflow while querying the list item.It can be done from web service call, but if anyone has any hands-on experience on this, please provide me the query details.
TopicHow to Setup the Workflow Proxy Account for Project Server. InstructionsIt is recommended that you setup a service user to serve as this function. The steps below show how to define and setup a workflow proxy account.Within Project Web Access, go to Server Settings. Under “Workflow and Project Detail Pages” click on “Project Workflow Settings”. Workflow Proxy User: type in the user name of the account you wish to have all workflows run under. The minimum rights needed for the Workflow Proxy User account Project Server security are: o Global permissions: - Log On - Manage Users And Groups - Manage Workflowo Category permissions: - Open Project - Save Project - View Enterprise Resource Data - Edit Project Properties - View Enterprise Resource Data Additional InformationProject Server Workflows need to run under the context of a user. However, they do not run under context of the user that started the project, instead, the workflows are run under the “Workflow Proxy
Hi All,I am just trying to see if a users email exists in our Active Directory. I seem to be having trouble getting any results. I am sure its something I am doing wrong. I am using (&(objectClass=user)(mail={WorkflowVariable:E-mail Address})) to get the users email address. I am unsure on what value I need to be putting into [Property to Retrieve]. Essentially after that I just want to have a decision tree. If it exists - email Initiator - else Create AD user. Any help is much appreciated.A
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.