Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
All archived community articles, forum posts and groups. Here you will also find older K2 brokers as well as archived Group content.
Recently active
I have a checkbox lookup list for countries and a checkbox lookup list for locations in those countries.E.g.Countries - (Lookup List 1)AustriaBelgiumFranceGreeceLocations - (Lookup List 2)AUT Location 1AUT Location 2BEL Location 1BEL Location 2etc.....Currently when I tick one of the countries (e.g. Austria), that country's locations will appear in Lookup List 2.Is there a way to combine these two lookup lists into one cascading list so that when a country is selected, the locations appear in the same list like shown below?E.g.AustriaAUT Location 1AUT Location 2BelgiumBEL Location 1BEL Location 2FranceFRA Location 1etc....Any help would be appreciated. Thanks.
 Symptoms The Timer control in the control Pact of 4.6.11 doesn't work. It worked for the old community version of the Timer control. Diagnoses N/A Resolution Please take a look at the following blog: http://bliblablog.net/k2-smartforms-timer-control/Call the timer start method using a button/control click or initialize of view/form/control.Also from our k2 documentation: "execute the Timer control?s Start method - Starts the timer tick event. If a timer is stopped before the lapse of number of ticks, upon start, the tick count will reset to initial count. Without the Start method, the timer will not tick at the specified interval and for the number of ticks specified"URL: http://help.k2.com/onlinehelp/K2Appit/UserGuide/current/default.htm#Timer_control.htmÂ
I have a priority rating field, which I would like to auto-populate based on the answer to some previous choice questions. Can I do this with 'If' rules, or something else?   If field 1=x and field 2=y, then auto-populate field 3 with z, for example.Â
Hello, I want the Convert Document action to keep running if it errors. I am collecting the error results but it still fails to continue when an error occurs. The error that I am expecting is a "Failed to run" error. Is there a way for the workflow to continue after a Failed To Run error occurs?
Hi,I have updated Nintex Form from version 2.3.31 to 2.11.5 directly. Now I am getting an error when opening a registration page with NintexForm, "Object reference not set to an instance of an object."  When I remove and added List Form web part back on the page, it started function as expected. My problem is that I have more than 50 web pages to be replaced. So I think the old ListForm webpart is nomore functioning as it should.  Is there alternative way to update the oldwebpart so that I can avoid manual replace process. ThanksTony
Hi, I'm currently using the 2013 Query XML action to extract information from the following example XML using xpath. I would like to do this in NWC and am after suggestions on the best way to achieve this. Converting the XML to JSON via an online converter (http://www.vadimtabakman.com/xml-to-json-converter.aspx) and using the Query JSON action in NWC does exactly what I need, however I'm unsure how to programatically perform the conversion as part of the workflow. Any suggestions?   <?xml version="1.0" encoding="UTF-8"?><ws:Worker_Sync xmlns:ws="urn:com.workday/workersync" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><ws:Header><ws:Version>25.0</ws:Version><ws:Prior_Entry_Time>2019-03-19T20:00:17.694-07:00</ws:Prior_Entry_Time><ws:Current_Entry_Time>2019-03-20T08:00:17.692-07:00</ws:Current_Entry_Time><ws:Prior_Effective_Time>2019-04-02T00:00:00.000-07:00</ws:Prior_Effective_Time><ws:Current_Effective_Time&g
I am working on a project and we ran into issue with nintex form being 508 non complaint. Can somone please descirbe me how to fix this issue and make it 508 compliant? Environment: Sharepoint 2013 on premise
I have a sharepoint library where i need to copy the documents with its metadata to FileNet. Initially the requirement was to copy the documents to Filenet based on couple of conditions, so i have developed a workflow using "call a webservice" action and it worked fine. And now the requirement has changed and i need to schedule this workflow every 6 monthsEg: If the "Employee Joining year" = 2018 then the document should be copied to FileNet in 2021 (I.e 3 years) 1. Is this achievable by library workflow or do i need to go with site workflow?2. How do i calculate the date condition?3. How to loop multiple documents and copy?Â
Hi I am trying to create simple Nintex Workflow 2013 on SharePoint 2013.I have created new workflow and added simple action. When I am trying to configure it, I am getting error "XML Doc Load failed". Attached Error screenshot as well.
I know that there is support for MultiSubnetFailover for later versions of Nintex Workflow databases, however I need this capability for Workflow 2010. Does such support exist? If so, can anyone point me in the proper direction for configuring this setting for Nintex databases?
The default behavior of the people picker is to add a name then move to the next space to allow entry of another name even when only one entry is allowed. Validation kicks in and tells the user they can only add one entry after they have already entered a second name. How can I change the behavior to full stop at one entry and not allow input of a second entry at all. My current people picker is a single line entry not set to resize and only allow one entry. In this scenario the user begins typing a name, selects it from the GAL, and the name jumps up out of view and wants the user to enter another name. It looks like the people picker is blank because the first entry has moved up to allow a second entry. The user has to use scroll bars to navigate up within the people picker to verify they actually selected a user. Any help is appreciated.
I am trying to condition start workflow with two criterias: by variable (Number value) and if Field:Approval is empty. More background, the variable is a date difference number value. This is not set in a field within the list. Strictly number variable.  Any way to start workflow by variable? See attached. DiffinDays variable is in Workflow1, which should kick off Workflow2 with criteria above. Thanks! Â
Hi fellow Nintex Admins,in InfoPath i can set a text field to "time". Is there a way to achieve this with Nintex Forms?CheersDaniel
On a recent project, a lookup field contained hundreds of results, even applying cascading, and the customer wanted to be able to search on multiple criteria, like the search zone in views. So, how to add a search help on a field.1. The search interfaceThe search interface is a simple list view to inherit from the search zone, column filters, sort, ...Create a view called "Search" on lookup list. It's a webpart page. Edit the webpart to hide toolbar. Keep only the search zone.Under the list webpart, add a content editor webpart with that source :<style type="text/css">Â Â Â .ms-dialog #s4-ribbonrow, .ms-dialog .ms-cui-topBar2, .ms-dialog .s4-notdlg, .ms-dialog .s4-pr s4-ribbonrowhidetitle, .ms-dialog .s4-notdlg noindex, .ms-dialog #ms-cui-ribbonTopBars, .ms-dialog #s4-titlerow, .ms-dialog #s4-pr s4-notdlg s4-titlerowhidetitle, .ms-dialog #s4-leftpanel-content {display:none !important;}Â Â Â .ms-dialog .s4-ca{margin-left:0px !important; margin-right:0px !important;}</style><s
Hi, quick question regarding Execute SQL. My query contains an additional verification from the same column, so I'm using alias name:select (some columns),case when ad1.address IS NULLthen ad4.address else ad1.addressend adress,case when ad1.address IS NULL then ad4.zip else ad1.zipend zipfrom customer culeft outer join address ad1 on cu_number = ad1.customer and ad1.type = 1 and ad1.expire_date is nullleft outer join address ad4 on cu_number = ad4.customer and ad4.type = 4 and ad4.expire_date is nullwhere = (item property)group by (all related columns from the select)For each column, I'm storing the outcome with different collection operations (Collection variable to Text variable) on the same index, but the workflow returns the following error: "Error operating on collection variable. Index property is greater than the number of items in the collection."The SQL works perfectly without the extra alias (ad4) so I'm guessing it has something to do with it. I have tried different solut
How do you remove the input field cell outlines in "edit" view?Â
This question was asked, but never answered:https://community.nintex.com/t5/Nintex-for-SharePoint/White-Space-in-repeating-section/td-p/55540 I am having a similar issue of extra white space below each row of my repeating section. I have tried several ways to address but none seem to work. These are NOT hidden panels and they have no rules associated with them. Here is the Deisgner View (none of the borders/lines are touching):Edit View: Display view:   Â
I have a start date and an integer representing business days. I wanted to find the end date which is the start date + business days. I understand that we can loop through the number of business days starting from the start date to get the end date. However, this is not very efficient way of finding the end date when we need to loop through 100's of times. Reaching out to the community to find a better way of calculating date using business days without involving loops! Any ideas is appreciated.Â
Trying to build forms in Sharepoint with Nintex Form Designer. When I add controls and then try to edit the control, it will not let me save the control settings. I click save and nothing happens?
I am trying to start a workflow if a task has been checked or unchecked. Using the conditional start, I have tried both scenarios below, but neither one starts the workflow. Any idea why?Completed (previous value) not equals Completed (with Compare to field checked)% Complete (previous value) not equals % Complete (with Compare to field checked)
Recently upgraded Nintex Mobile from 7.2 to 7.3 and we have a strange date bug.Image 1 shows Nintex Mobile 7.2 with the correct dates found on the SharePoint list (image 2).With a device whete Nintex Mobile 7.3 is installed, the date fields are moved one day back (image 3).It´s the app since the issue was not present on NIntex Mobile 7.2.Any fix on this?
Hello I am new to k2 and i have a schema wich contains mutiple nodes and fields.i am creating a plan page and i need to update an xml field of the schema process.my code as follows: Dim conk2 As New K2ROM.Connection       Dim strCon As String       strCon = "[;];Authentication=Windows;Domain=;User=administrator;Password=password"             conk2.Open("ntxgdsbiztalk", strCon)       Dim callisp As K2ROM.ProcessInstance       callisp = conk2.CreateProcessInstance("DSLWorkflowsProcess DSL OrderEscalationsEscalations_CallISP")callisp.XmlFields(           conk2.StartProcessInstance(callisp)          In the callisp.XmlFields it is asking for the index as integerHow can i update an xml field in a given schemaThanks a lotÂ
Hi I have a form with cascading filtered list lookups. Let's call then Lookup1 and Lookup2. The selection in Lookup1 is used to filter the options in Lookup2. Due to the way the underlying is organized (unfortunately, can't be changed), there will be duplicates in Lookup2 even after the filter is applied. I have a JavaScript function to remove the duplicates. However, it needs to execute after the filtering is complete. I tried calling it in the 'change' event of Lookup1 but at that point, Lookup2 has no data in it. I can call it on the 'click' event of Lookup2 but the duplicates are still visible until Lookup2 is clicked again (e.g. duplicates are removed after the list is displayed). I need to be able to fire off the dup removal function as soon as the list has finished loading the filtered data. Is there a way to do this? Any help would be greatly appreciated!
Using the workflow action "Start Workflow," it's possible to create a new workflow schedule for a list item. I have a different workflow which determined that a workflow schedule needs to be cancelled. I can't find a workflow action that does this. The "Call web service" action allows the web method RemoveWorkflowScheduleOnListItem to be run. This works, but would require that I let all SharePoint users use my credentials. Is there any way to accomplish this without having to enter my credentials?
  Hi Everyone, I have been assigned a task and I'm still learning my way through Nintex. From my understanding in my head I might need to have a For Each loop with a Flexi Task within to complete this task? I need some guidance please. Very new to Nintex. Task:  automated system access request/permission operating. Agent sends notificationBFG confirms notification sent from authorized agency personnelmutiple persons can approveIf rejectedUnderwriting contacts Agency to investigate further and follows Underwriting Depts internal protocol for this item.If approved Request is forwarded to ITIT creates User Profile in the Test Environment.IT notifies Agent that Test Profile has been created, BFG Underwriting personnel that authorized creation copied in also.A message should accompany the notification. The message should state …the following test profiles have been created in the test environment for the following users __________ . Once they have completed their training please let us ha
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.