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,I have a form with a Yes/No field and a choice field with dropdown.I want to change the value of my dropdown depending if the Yes/No field is checked or not (I do so, so that user can still force the choice manually afterward if needed).I can not succeed to trigger my custom javascript depending if the box is checked or not.The client ID is defined for both fields.My method used to work for other type of fields, but not for the yes/no it seems.for exemple, if my custom js is:function test(){alert('hello world');}if I add test() into the custom validation of the field:yes/no--> js is not triggered if I check or uncheck the boxchoice field with dropdown-->js is triggered whenever I choose one of the dropdown elementAny ideas?
Hi!When I try to force user to enter information likeMustermann, Maxand want to avoid entries likeMustermann Maxwhich regex should I use?I tried it with[,]s+but does not work...Thanks!!!Jakob
Hi there Nintex community, I am having an issue with the Nintex forms lookup list controls change event handler, whereby the event handler is firing as the form is loading. The handler have alerts that are displayed are fired on change of the selected item, so these are being show as the form is loading, which is not good I searched the Nintex forums for the issue and found a couple of posts indicating that in newer version of Nintex Forms, the lookup control has been changed to load data asynchronous after page loaded. So based on this I moved the registration of the handler to NWF.FormFiller.Events.RegisterAfterReady. I also added; NWF.FormFiller.Events.RegisterAfterReady(function () { var EngagementType = NWF$('#' + ddlEngagementType); EngagementType.change(function (e) { if (e.originalEvent!=undefined){ if (EngagementType.val()!="") { alert("Engagement type changed"); } I also read in a post that the lookup change eve
Symptoms When clicking the Edit toolbar button on an editable list view, a new row is added Diagnoses When clicking the Edit toolbar button on an editable list view, a new row is added. This was not the behaviour prior to 4.6.10 Resolution A coldfix has been provided. Please contact K2 Support to obtain this coldfix.
I have a Nintex form with two workflows. The first workflow is a manual start. The second workflow is the state machine with two states (there may be more states added.) Each state sends an email and is triggered by the completion of a control in the form. The second workflow (the state workflow) looks like this.If I set the state workflow to start when an item has been completed, the first state runs. However, the manual workflow needs to be completed first. If I have the setting on when an item is modified, the first state of the workflow ends up running a second time once the second state has been completed. I think the first state runs the second time because it sees the form as being modified. Is this the case? If so, what do I need to set so the first state does not run twice?(I don't have a Run If on the first state as it kicks off when the form is modified. Also, there are no other workflows running.)Thank you.
is there a way how can i set permission for Fields like it's offered for item.
Symptoms The client is unable to rollback check in, when trying to checkout the form the client gets an endless spinner. Diagnoses Sent the below information to the client to help resolve their issue, however the client found a Kb article to help resolve their issue https://help.k2.com/kb001311.How to use the stored proc:- Please take a full backup prior to doing this.- I'm using an example user and ID below. Please change as necessary.Step 1: get the info.--For checked out viewsSELECT ID, DisplayName, CheckedOutByFROM Form.View_DesignWHERE CheckedOutBy = 'K2:DenallixAdministrator'--For checked out formsSELECT ID, DisplayName, CheckedOutByFROM Form.Form_DesignWHERE CheckedOutBy = 'K2:DenallixAdministrator'Please also see the below community post below:http://community.k2.com/t5/K2-blackpearl/One-or-more-items-used-are-not-checked-in/ta-p/87913 Resolution The issue was resolved through following the steps outlined on the below KB article:https://help.k2.com/kb001311
Whenever I make changes in workflow and publish, the workflow runs from beginning on the items which are not completed. Can any body guide how to prevent workflow from running automatically? ThanksSunil
After a user gets a Flexi Task assignment and clicks on "OK" (for approval) the user is taken directly to the home page of the site and NOT the list where the task lives. This is very confusing for the user. How do I have the navigation go to the list and not the home page.The last oddity is in order for the user to approve the Flexi Task workflow for some reason they need Contribute/Edit access at the site level. I only want to give approvers contribute or edit access at the list level and not at the site level. Note at the list settings I have disabled inherited permissions and replaced with unique permissions and gave everyone Edit access, but this did not work. Users can only approve if they have Contribute access at the site level. Users need to have Read access at the site level at least that is the way we initially designed the site. What am I doing wrong ?
Symptoms In 4.7, When we try to install the smart starter (App Accelerator) Leave request and want to use it, he get no answer from the view "Leave Request View".More generally, we have no answer or answer only after 25s from the standard Smart Object "UMUser", procedure "Get Users". Diagnoses The issue appears with huge active directory. Resolution We log the issue in the K2 System.The workaround is the use of a new broker K2Field.ActiveDirectoryBrowser: this broker take:- The Cache of the K2 database if no Input property or Filter are setup- The value from the active directory if an Input property or Filter is setup
Symptoms After deploying the app and successfully registering it, app cannot be activated, the activation page is stuck on the "Working on it..." stage. Using IE F12 tools is is possible to see the following error in console:SCRIPT5022: Sys.ParameterCountException: Parameter count mismatch.File: ScriptResource.axd, Line: 45, Column: 12 Diagnoses There is a known issue in certain scenarios with old builds of K2 for SP 4.7 app which may lead to such problem, contact K2 support to obtain to updated version of K2 for SP app (refer to internal issue ID 703754). Before installing updated version you have to remove old version of an app following the procedure below.K24SP2013 Clean up Procedure for 4.71. App Catalog Level - Uninstall app from the Site Content page2. Navigate to the "Apps for SharePoint" page3. Click on the ellipses for the app and Remove/Delete the K24SP app5. Navigate to Site Settings > Recycle Bin6. Empty Recycle bin7. Click on link to Secondary Recycle bin8. Empty Recy
Ken Hawkins wanted a specific State Machine solution. For some reason my .jpg file didn't send when I tried to reply through Nintex. So I am creating this post. The question is:Create a state machine. One of the states will be for the initiator. Depending if the approvals are done separately or all at one time will determine if there are 5 more states or 1. If any of the approvals are rejected, change the state to Initiator and it will go back to the Initiator state branch. Put the logic in there to check that it is rejected and do what needs to be done. But I'm not clear on how you would set up the state machine for this scenario (new to Nintex and Sharepoint, old NotesDomino developer :) ). Can you send me an example? Thank you.I'm not sure if I completely understood, but here is part of a solution I provided. I left out actions he would need to create and a variable would need to be created so if it was rejected the Initator would no to do something different than the actions when
Symptoms Unable to connect K2 App on SharePoint Online with K2 server while using proxy servers with authentication. For example if you have an internal K2 server, a K2 server in the DMZ and the K2 App on SharePoint Online (SPO) and between the internal network and DMZ placed a proxy server. There could also be a proxy server between DMZ and the internet. Diagnoses K2 does not currently work with proxies that require authentication, in particular with the code that calls out to Azure Active Directory. As a workaround it is suggested to temporarily use a proxy server without authentication. Resolution The ticket was linked to an existing feature request " Feature - "Authenticated proxy requirements", as mentioned before K2 does not work with proxies that require authentication, in particular the code that calls out to Azure Active Directory.
Symptoms performance issues reported Diagnoses Our users have reported that they have been seeing some hangs and general performance related issues w/ our K2 system. When I looked on the server, I noticed that the K2Hostserver.exe was consuming 886 MB of memory and the IIS Worker Process was consuming 1.26 GB of memory (total memory consumption on server was 63%). I also noticed that the K2 Process had over 7000 established connections (via netstat). Would someone be available to assist me in troubleshooting this, as it appears that sessions/processes may not be closing down properly. Resolution 3rd Party WCF Services are not closing out the connections they are grabbing. Types of connections: TIME_WAIT vs. ESTABLISHED. Here are some discussions on properly closing out connections:http://stackoverflow.com/questions/1400010/closing-wcf-connectionhttp://stackoverflow.com/questions/22323577/how-to-close-a-wcf-client-connection
Symptoms People Picker Results Inconsistent with SP Diagnoses When using people picker, the results does not provide a "top match" like how it is in SP. See attached screen shots (from SP, search.png and search1.png) versus K2 (search_k2.png) Resolution You can also build out a custom K2 control using those open SharePoint APIs. I created a feature request on our end for our developers to look at for a potential control / enhancement for a future release.Let me know if there's more I can do on this end.https://help.k2.com/onlinehelp/k2smartforms/devref/4.7/default.htm#k2_smartforms_custom_controls.html
Is there a way to set the control read and write on fileds :For example in my workFlow: i have a Form has : filed 1, filed 2, field3, field 4 and field 5.step 1: user 1 : could only set the filed 1, filed 2 and field3 and do the approve step 2 : user 2: could read fields 1,2 and 3 , and also could set field 4 and field 5.Any idea how can i do thatRegards
Symptoms Dear,We need your urgent support to fix the issue that some active directory users are disabled and their FQN is stored in variables inside some running process instances which may assign them tasks later on which leads to several exceptions on our application. Diagnoses Instructed the customer to use K2 Out off office to resolve the specific Disabled inactive user who was assigned to the Destination rule as FQN Resolution customer closed the ticket for disabled user or inactive user in the Active Directory after the following:"You can use the K2 Out of office from workspace to assign all tasks for the disabled user to another user:https://help.k2.com/onlinehelp/k2blackpearl/userguide/4.6.11/webframe.html#Users_Out_Of_Office.htmlplease use the k2 service account as the replacement user"Bashar Adas
Symptoms We are trying to add a K2 for SharePoint app to a new SharePoint environment after installing the K2 for SharePoint on server and it gets added successfully to the site, but when we click on the app to register it displays the page not found page. we have added the binding in the IIS for the site but its still not working.Can you please help what can be the problem. Diagnoses we made sur the following instructions were followed:1.https://help.k2.com/onlinehelp/K2ForSharePoint/ICG/4.6.11/default.htm#Install_Topics/Before/before_you_begin.htm#Before2.https://help.k2.com/onlinehelp/K2ForSharePoint/ICG/4.6.11/default.htm#Install_Topics/Before/Prereq_Checklist.htm3.https://help.k2.com/onlinehelp/K2ForSharePoint/ICG/4.6.11/default.htm#Install_Topics/Before/SecurityAuth.htm4.https://help.k2.com/onlinehelp/K2ForSharePoint/ICG/4.6.11/default.htm#Install_Topics/Before/Permissions_AppCat.htm5.https://help.k2.com/onlinehelp/K2ForSharePoint/ICG/4.6.11/default.htm#Install_Topics/OnPrem/On-
Hello, we are upgrading SharePoint 2013 to SharePoint 2016 and have a form with some custom javascript in it. On Nintex Forms 2013 version all works well, but when using the same js on 2016 this does not work?I have a dropdown on the form with the client id stored in a js variable. The var name is myCompanyDropdown.this line of code sets the dropdown to a specific value, eg TEST:NWF$("#" + myCompanyDropdown + " option:contains(TEST)").attr("selected", true);But, when i try the same on the SP2016 version, this does not work?It returns the object:{ [functions]: , context: { }, jquery: "1.10.1", length: 0, prevObject: { }, selector: "#ctl00_ctl40_g_8a1e4ee4_92ec_4600_9262_776710cee826_ctl00_ListForm2_formFiller_FormView_ctl30_ecb50df3_9df4_48e9_8e38_2091e83d368a_hid option:contains(TEST)"}i found out that when i run this code: console.log(myCompanyDropdown); it returns thisctl00_ctl40_g_8a1e4ee4_92ec_4600_9262_776710cee826_ctl00_ListForm2_formFiller_FormView_ctl30_ecb50df3_9df4_48e9_8e38_
Symptoms When trying to access Appit from Site Contents, the following error occurs:Sorry, something went wrongThe query string "redirect_uri" is missing or invalid. Diagnoses This is a known issue related to a change made to the new SharePoint UI. Resolution Reverting to the Classic SharePoint UI resolves the issue. There is an active investigation open into this issue.
Symptoms A checked box in a checkbox list adds the XML from the selection, not the value. Instead of putting the value from the Value column into the control, it now puts this "[VALUE]" where it should have just put the value. Diagnoses This is currently expected behavior when using the checkbox list. Resolution A feature request has been logged to be able to return only the value instead of the control XML.As a workaround, a radio button list is being used instead, as the checkbox list only requires one selection. The radio button list does not present this issue.
Symptoms When adding a line rule in K2 Studio, saving the properties from the "General" tab removes the line rule. Diagnoses This has been logged as a bug. Resolution As a workaround, make sure to populate the General tab first, and then save from the line rule configuration page.
Symptoms Can't activate K2 for a subsite Diagnoses I can't seem to activate K2 for a subsite. It will try to activate, but in the end it will just stay "Not Activated". It works on the root site though. Any idea of what else to try? Resolution Issue is caused by using sts#1 template as default groups are not created when using the blank site. Gave modified .ps1 that created the groups hence alleviating the issue. Script had items commented out based on the script I was given. If running right off the bat uncomment out etc. Add-PsSnapin Microsoft.SharePoint.PowerShell -ErrorAction:SilentlyContinue $url = "http://dlx:39133/" #$ContentDatabase = "WSS_Content" $WebsiteName = "Portalv2" #$WebsiteDesc = "Portalv22" #$Template = "STS#1" #$PrimaryLogin = "denallixadministrator" #New-SPSite -Url $url -ContentDatabase $ContentDatabase -Name $WebsiteName -Description $WebsiteDesc -Template $Template -OwnerAlias $PrimaryLogin # Create the Default Groups (Visitor, Member, and Owners) $web =
Hi Everyone,I have a weird requirement. I have a document library that has a folder [test1] inside that folder is document1 and document2. I need to run a workflow on the folder and see if any document comes back with '2' in the name and if it doesn't, send out an email. Any suggestions on how I would go about this is appreciated!Thanks!Jennifer
Hi,I wanted to know if it is possible to generate an ID (e.g GNxxxx where x can be 0 -9) on a Nintex public web form?I am currently using a Nintex workflow cloud.Thank you.Regards,Vimal
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.