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
 Symptoms When adding wording to a data label through Designer >(add datalabel) Properties > Detail > Textthere is a restriction on how many characters you can add, however, there isn't a limit of characters for a data label, as if I add an expression to the datalabel I can add an many characters as I want. Diagnoses The ticket was linked to an existing feature request. Resolution The ticket was linked to an existing feature request for this specif issue.(Feature: Cannot Enter Text greater than 255 characters in Label/Datalabel ) Â
 Symptoms Visual Studio Warning Diagnoses When you have recently upgraded to 4.6.11 and have been attempting to make changes to an existing custom solution using Visual Studio 2010.The products forming this solution are:-Visual Studio 2010 SP1K2 Blackpearl 4.6.11 (Assemblies are now Version 4)SharePoint 2010 SP2 - Target .Net Framework 3.5Compile complete -- 0 errors, 1 warningsC:WindowsMicrosoft.NETFrameworkv4.0.30319Microsoft.Common.targets(1605,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "SourceCode.HostClientAPI, Version=4.0.0.0, Culture=neutral, PublicKeyToken=16a2c5aaaa1b130d, processorArchitecture=x86", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on r
 Symptoms Issue:Partner received the following error:Microsoft.Exchange.WebServices.Data.AutodiscoverLocalException: The Autodiscover service couldn't be located. Diagnoses Diagnosis:We conducted various tests to make sure the partners Exchange was working effectively:http://help.k2.com/onlinehelp/k2blackpearl/icg/4.7/default.htm#ts/exchange.htmWe also made sure that task notification mails and normal e-mails were working effectively within the K2 Product.Eventually the developers built us a debug assembly, and we identified the following error:61012 Exception from message source [SmartAction Email account]: System.NullReferenceException: Object reference not set to an instance of an object.at SourceCode.MessageBus.Ews.ExchangeWebServicesConnection.OnMessageReceived(MessageType item)at SourceCode.MessageBus.Ews.ExchangeWebServicesConnection.<>c__DisplayClass29_0.b__2(Object s, FindItemCompletedEventArgs e)at SourceCode.MessageBus.Ews.ExchangeWebServicesConnection.OnMessageReceive
Hi,We have requirement to approve/reject task from Preview page (status page) .So when user see the workflow status , he/she able to approve/reject task from preview page.Is there any way in nintex workflow that allow user to approve/reject task from preview page ?Thanks
Hi,I have a workflow which generates a SharePoint list which includes list of attendees and now on a certain date (stored in a workflow variable), I would like to take all the list items which includes the attendee name and send an outlook invite automatically for a meeting.Is there a way to send a meeting invite to designated users from Nintex workflow?Please help,Thank you,
 Symptoms  We are going to change our email from Exchange Server 2013 to Exchange Online and have to test on our Dev Environment first. When we rerun the K2 blackpearl Setup Manager, we encounter the problem with Exchange Server Configuration, we set the "Configure Exchange Online", input the Email address and Password and EWS URL, the mailbox can be accessed through O365 email web.  Diagnoses  The client also tried testing the EWS URL through "https://outlook.office365.com/EWS/Exchange.asmx", it showed the error "The EWS URL could not be validated"  Resolution The issue was resolved through using the below workaround: 1. Proceed with installation when K2 Setup Manager prompted that the EWS URL cannot be validated. 2. Once done, go to [Program Files]K2 blackpearlHost ServerBin, and open ConnectionStringEditor.exe 3. Select your Exchange connection string, and change Autodiscover to False 4. Create a simple workflow and test.  Â
Hi GuysHas anyone seen this issue where workflows that were working before and they would normally fire request approval task to managers depending on the user. There is different workflow which gets the user and write it in a person field in the list and the main workflow uses that person field to send the approval.We did an upgrade to a latest version of Nintex this weekend and also installed Hawkeye for the first time. Now all my workflows for this specific sites runs okay until they have to assign a task to a person and they throw the following error"Error in request approval action. Cannot get the full name or e-mail address of user "c:0+.c|ad|s-1-5-21-253889961-874910234-3503254501-15666".What's confusing is all other sites are working, this issue is in just 1 site collection. Has anyone see this?Thanking you in advance.RegardsBhuti Mbele
I have a user has Edit permission only.When user try to create the workflow, it will show "urlOfFile Parameter name".After I try to save few times, it will show "Access is denied".When user try to update the workflow, it will show "Access is denied". I would like to know how to solve this problem? Thanks!
Hello community, I'm new in nintex, I have a workflow (W1) with an approval process that creates "n" task in the workflow task list. We need to create another workflow in the workflow task list so when a task is created by W1 a new workflow (W2) is executed on create item in the task list.Is there any issues with that approach? It is a bad/good practice? Locked tasks and related issues can appear? Can this approach affect the performance (a lot of task will be created)? the task form list get slower because of the workflow?Thank you very much.
parseLookup runtime function does not allow users to submit mobile forums and JavaScript is not an option here. Is there an alternative method for mobile form dropdown validations?
Hey guys,I seem to be experiencing something strange with a people picker control:If I disable a panel using NWF$('.form2 *').prop('disabled', true);and that panel contains a people picker, then the control is disabled correctly BUT the mouse hover still works (which is acceptable).The problem is, however, even though the popup is rendered correctly, it does not close and remains attached to the mouse cursor!The easiest solution should be to just disable the mouse hover programmatically in the people picker, either only on the disabled people pickers, or on ALL people pickers in general! (this is also an acceptable solution).I tried to use .unbind('mouseenter mouseleave'), but with no success... Any ideas?
I have two web apps running on the same box / domain. Each of them uses ADFS authentication however they have also been extended to include windows authentication running on port 8443. As far as I can tell, both are set up exactly the same way. In web app 1 we quickly realised that web service calls had to be made via the :8443 windows auth URL. No problems there. All is good. Web service calls execute just fine. However, web service calls attempted via the Call a Web Service action in web app 2 behave strangely. Firstly I can browse to the web service definition without issue: e.g. https://WEBURL2:8443/_vti_bin/lists.asmx pulls up the list of methods Attempting to pull up the list of methods in the call a webservice action always gives an unauthorised error (my credential - both ADFS and domainaccountname - is site collection admin) One strange thing I have noticed that may be a red herring, when I navigate to an imported web service call that already contains the method etc. and use
Hi All,I am new to nintex forms and workflows and need some help on Cascading lookup with filter and repeater control.my requirement is I have a inventory list in which there are some devices available in each location with status of whether available or not available and a return date if the device is not available. I have another list where I have a nintex form. Users will request from this list. In the form of this list I have Location field which is another lookup and assets required field which should be  is a cascading lookup with repeater control. When a users selects location in the form I need to show only the devices available in that particular location and also only the devices whose status is available.can you provide some inputs to achieve this requirement as I am new to nintex and it is taking lot of time for me to achieve this requirement.
How would I go about reducing the minimum height of a MLT control?Often my box is only one line high, but the control doesn't allow me to resize it small enough so this creates a lot of white space between it and the next control.thank you
Sometimes I'm on a long list of items and I edit a particular list Item. I would like to see the ID in the Form just to help me keep track of where I was. I've noticed that I don't find the ID in the List of Controls. Does anyone know a relatively straight way to do this?
how to change the default text in list lookup from "please select a value.." to a custom text
 Symptoms We face a problem inside sharepoint online. We are unable to work with K2 Smartforms inside Sharepoint Online.The error message is in the K2 SmartForms Viewer :Object reference not set to an instance of an object. Diagnoses During the web-meeting we see that the error seems to comes from the error calling the SmartObjectSmartObject ExplorerAll SmartObjectsSharePoint_Integration_Workflow_Helper_MethodsMethodsGetFormsAfter different SQL queries, we found that several category specified in Category.Data.CategoryId but not found in Category.Category.ID.These categories was linked to a SharePoint List for test generated just after the first installation of K2.Maybe it was linked to these procedure followed for a previous ticket (to fix issue "Data at the root level is invalid")For this ticket: we fix the issue with the customer by :1) Go to the AppCatalog2) choose "Manage App Activations"3) Remove all sites4) Re-Add necessary Site collectionMaybe it was the origin of the issue but
Hi All,I have a nintex form in which I have a location field which is a lookup from another list. I have added this field as list lookup from the nintex form by replacing the original field. When I save the form I am not able to see the value of the Location field either in view or in edit form.Appreciate any help.
 Symptoms Issue #1"Inconsistency detected on Smartobject K2 Application. Service Instance 'financetest.arlaintra.net' not found..."Issue #2 - Duplicate group provider Diagnoses Dyagnosis #1I've looked into the SmartBroker.SmartObject table and filtered all SMOs where the systemname referred to "financetest_arlaintra_net".By doing so I've seen that there were duplicates of the management SMOs. I've also confirmed in the SMO Tester tool.I went ahead and removed all these objects from the SmartBroker.Smartobject table and reran the Registration wizard on the site and this time we actually got 1 step further, but still the very last step of the registration threw us an error that a group provider with the same name has already been registered.Dyagnosis #1I've looked into the HostServer.GroupProvider and indeed I've found the entry that caused the error. I've verified the URL from the init column and it turned out that the site no longer exists, it has already been deleted. The customer als
 Symptoms The customer reported that they have built a workflow using K2 Designer for SharePoint and whenever they tried to deploy it to the DEV environment (from the Designer), the following error was thrown:The "SourceCode.SharePoint15.DeploymentTask.Task" task failed unexpectedly.System.Exception: Service: SharePointIntegrationService Guid: 71810da1-81e2-4f22-8cf2-4011dacfdf42Severity: ErrorError Message: Thread 1: OAuth token requires authorization.InnerException Message:at SourceCode.SharePoint15.Utilities.Common.HandleSmartObjectException(SmartObjectException smartObjectException)at SourceCode.SharePoint15.WorkflowIntegration.WorkflowIntegrationManager.RegisterRemoteEventReceivers(String siteURL, Guid listId, String eventReceiverTypes, String remoteEventReceiverURL)at SourceCode.SharePoint15.DeploymentTask.Task.ExecuteInternal()at SourceCode.SharePoint15.DeploymentTask.Task.Execute()at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()a
 Symptoms When a user has special characters in his/her password, like an umlaut (like "?", or "?"), password caching and SSO fails with the attached error (different codepages). The cause seems to be that SAP uses codepage 1100 (ISO-8859-1), but K2 Connect uses codepage 4103 (UTF-16 little endian).SAP has a logon parameter CODEPAGE, which can be specified in the connection (See https://help.sap.com/saphelp_nwpi71/helpdata/en/45/a2716ae67b2e78e10000000a155369/frameset.htm).Please let us know what is the correct way to fix this issue. We suppose that we need to add the codepage parameter in the destination configuration, but we want to make sure this is really correct. Diagnoses The issue has been logged as a bug in 4.6.11 and was associated with the following TFS items:686519 - SSO/Login special character password issue on different encoding/codepages - CONVERSION_FAILURE697862 - SSO/Login special character password issue on different encoding/codepages - CONVERSION_FAILUREA codefix ha
 Symptoms I have got a WF which is actually running the QA environment and I want to deploy it in Production. Therefor I first packed the QA-WF with the PackageandDeployment tool. When trying to deploy it on Production there a failure with the deployment of the process happened (-->Screenshot). So I tried to deploy everything besides the process via PackageandDeployment tool and to deploy the process manually via K2Studio. The 1st step worked out fine, the 2nd didn't. I got another error (--> Screenshot).K2 App is installed on both QA and Production. Registration wizard is completed. Smart Objects are generated by the app. Seems like an issue with K2 App Setup.Can you help me? Diagnoses Issue#1 - K2 Studio - 'Could not locate the file or assembly Microsoft.SharePoint.Client. V15....".Issue#2 - PnD reference errors Resolution Resolution#1 - I had to reconfigure and upgrade his client components on his client machine in order to overcome the deployment error in K2 Studio - 'Could n
Morning allSo I have a ridiculous requirement whereby I have to copy items from ListA to ListB if a condition is met in ListA. i.e. if new item added to ListA with status of Live then copy to ListB. ListB looks exactly the same as ListA but has an additional column called ListAID.So when the workflow runs I need to work out if the item from ListA already exists in ListB. Fine, happy with that, I query ListB filter by where ListAID = Item Property: ID and store the output in a list item variable vIDListBItem.So now I need to know if vIDListBItem has a value. I choose set a condition and configure as follows:If any value equals valueWorkflow Data: vIDListBItem{here is the problem}The only comparisons I have are "equals" and "not equals". I would like to say is not empty. But that is not possible. Now I have a few ways in my head I can get around this, but I would rather not do them as I think I am over complicating it. Can someone please tell me an easy way to do this...? ‌ you
Hey everybody,I'am desperately looking for the button to delete an existing app in Nintex App studio! Does anybody know how to achieve this, is there a button for it? Am I blind?Best regards,Janapps‌ nintex app studio‌ delete‌
 Symptoms A package took more than 6 hours to be generated. Diagnoses After check with customer they tried to create one main page "Accueil" (Home) that reference lot of other K2 project (Form), but this main form have a reference to all other project using Smartform action "Navigate to another Form" but in this case, the system make a bijective relation between the Home page and the Project.If the Home Page have 4 buttons "Navigate to another Form" to have a link to K2 project A, B, C and D, if you whant to package only package A, the system will have to add automatically the Home page and other project B, C D too in the same time. Resolution Replace the "Navigate to another Form" by "Navigate to a URL"Note: I provide the tool "EsayCompare" (currently in development : not on the community): For a specified category, it allow you to see all dependencies object not in this directory (or sub directory).With this tools, we found other similar issue with "Open sub form": in this case, you
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.