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 Disable smartaction confirmation emails Diagnoses I need to disable the automatic notification email (i.e. "You have succesfuly submitted this task with the 'Approve' action ...") that are sent when a user completes a task via a smartaction. Resolution In the K2HostServer.exe.config file, under andltSmartActionsandgtandltMessagesandgt you will see a list of SmartActions reply messages, look for the following keyandltactionExecuted filename="TemplatesMessagesSmartActions.ActionExecuted" andgtChange it to:andltactionExecuted filename="TemplatesMessagesSmartActions.ActionExecuted" enabled="false"/andgtRestart K2 service.Â
My CEO is complaining that the Attachment name in Smartforms is not readable enough. I tried looking at the properties and I can't see a way to make the attachment name more clear. Is there a way to change it?
Anyone got a script for refreshing the K2 user identity cache in 4.7? Old scripts no longer work and not having much joy getting any resolution from support thus far.
SituationI have a field on the form saying like department x or department yI have a second field a list look up which gets the dropdown list from a SP list.What i want to do is to set a default to the listlookup dropdown based on a value of field department.ExampleField Department holds x, y, zDropdown holds 100, 200, 300, 400If department is x then dropdown default is 200 and if it is y then default is 400.The dropdown list is variable so it can change so i cant say default is always the second or the fourth entry.I noticed that the listlook has no default function.So are there ways to get this done?RegarsErik
Any ideas why this code isn't working when added to an expression on a data label with Literal ticked?It's supposed to generate a random alphanumeric and return the value to the data label to be displayed.... I just get a blank..<span id = "result"></span><script type = "text/javascript">var characters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZ"+"abcdefghiklmnopqrstuvwxyz";var word = "";while (word.length < 5) {Â // 5 characters in resultvar rand = Math.floor(Math.random() * characters.length);addchar = characters.substring(rand,rand+1);if (word.length == 0 && addchar >= 0 && addchar <=9) {Â // first character must be a letter (optional)}else {word += addchar}}document.getElementById("result").innerHTML = word;</script>I tested the code via an online HTML tester and it works, but just doesn't in k2.... any ideas?Originally i tried in K2 designer with an expression using the Random function, but it is limited. I need a Fixed length alphanume
Any ideas why this code isn't working when added to an expression on a data label with Literal ticked? It's supposed to generate a random alphanumeric and return the value to the data label to be displayed.... I just get a blank..  <span id = "result"></span><script type = "text/javascript">var characters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZ"+"abcdefghiklmnopqrstuvwxyz";var word = "";while (word.length < 5) { // 5 characters in resultvar rand = Math.floor(Math.random() * characters.length);addchar = characters.substring(rand,rand+1);if (word.length == 0 && addchar >= 0 && addchar <=9) { // first character must be a letter (optional)}else {word += addchar}}document.getElementById("result").innerHTML = word;</script> I tested the code via an online HTML tester and it works, but just doesn't in k2.... any ideas? Originally i tried in K2 designer with an expression using the Random function, but it is limited. I need a Fixed length alph
Any ideas why this code isn't working when added to an expression on a data label with Literal ticked? It's supposed to generate a random alphanumeric and return the value to the data label to be displayed.... I just get a blank.. <span id = "result"></span><script type = "text/javascript">var characters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZ"+"abcdefghiklmnopqrstuvwxyz";var word = "";while (word.length < 5) { // 5 characters in resultvar rand = Math.floor(Math.random() * characters.length);addchar = characters.substring(rand,rand+1);if (word.length == 0 && addchar >= 0 && addchar <=9) { // first character must be a letter (optional)}else {word += addchar}}document.getElementById("result").innerHTML = word;</script>I tested the code via an online HTML tester and it works, but just doesn't in k2.... any ideas? Originally i tried in K2 designer with an expression using the Random function, but it is limited. I need a Fixed length alphan
Hi, Got this code which generetas a random alphanumeric number, which i want to return and display in a Data Label, but it wont work, anyone able to tell me why?I'm using the usual Data Label with literal ticked and using the following in an expression: <span id = "result"></span><script type = "text/javascript">var characters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZ"+"abcdefghiklmnopqrstuvwxyz";var word = "";while (word.length < 5)var rand = Math.floor(Math.random() * characters.length);addchar = characters.substring(rand,rand+1);if (word.length == 0 && addchar >= 0 && addchar <=9) else {word += addchar}document.getElementById("result").innerHTML = word;</script>The result is an empty box... Any ideas why? I know the code is fine because i tested it on an online javascript tester and it generates a random code as i want, it just doesn't work in K2. I originally tried to build this in K2 Designer, but the Random function is limited, i nee
 Symptoms  Specified cast is not valid.  Diagnoses  Issue: When the user is trying to use K2 and set a list to an Appit app they get the following error. Specified cast is not valid Type: SourceCode.SmartObjects.Client.SmartObjectException Source: SourceCode.SmartObjects.Client Method Base Member Type: Method Name: ExecuteScalar Module Scope Name: SourceCode.SmartObjects.Client.dll Declaring Type Full Name: SourceCode.SmartObjects.Client.SmartObjectClientServer Stack Trace: at SourceCode.SmartObjects.Client.SmartObjectClientServer.ExecuteScalar(SmartObject smartObject, DataTable inputTable) at SourceCode.Forms.AppFramework.FormRuntime.SmartObjectExecution(BrokerSmartObject brokerSmo, SmartObjectBrokerMetaData brokerMetaData, Boolean outputDependencies, SmartObjectClientServer smoClientServer, Queue`1 soInstances) at SourceCode.Forms.AppFramework.FormRuntime.WorkXmlToApi(BrokerPackageCollection packages, SmartObjectClientServer smoClientServer) at SourceCode.Forms.AppFramework.FormRunti
 Symptoms SharePoint App Error After Upgrade to 4.7 Diagnoses Message: The remote server returned an error: (401) Unauthorized. ServiceName: portal_spd_com_tr ServiceGuid: dbf9963e-6a94-46cc-93e8-e0c35b8329c9 InnerExceptionMessage: Resolution The issue was due to the app not being added to the app catalog and registered from there where after the site activations need to take place. After the client followed the steps in the link below the issue was resolved:https://help.k2.com/onlinehelp/K2ForSharePoint/UserGuide/4.7/default.htm#Add/Add_Steps.htm%3FTocPath%3DAdd%7C_____0 Â
 Symptoms Search has a threshold of 2000 on a share point list Diagnoses Using the Get List items method for a List View only works if the searched for item is within the first 2000 items of the list.This only happens when you are using filters to search for the item. It works fine if you use the input fields for the search but it only allows for a full search on the column. Resolution The issue was resolved by changing the value of "Row Limit" input property on the Get List Items input properties.Â
 Symptoms Filtering a list during runtime does not return any value. Diagnoses 1) We have the same list and view with lookup to another list by ID2) By using get list items and input mappings:a view working with name to lookupb view not working with the name for lookup Resolution The view was broken somehow, we were able to fix it by adding new column to the list view.Â
Hello,I'm trying to Call Nintex WebService 'StartWorkflowOnListItem' and try to send association data.#<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:m="http://nintex.com"> <soap:Header> </soap:Header> <soap:Body>   <m:StartWorkflowOnListItem>     <m:itemId>1</m:itemId>     <m:listName>{5FE6C268-0A5A-4451-A97D-6BA3DF4B5A04}</m:listName>     <m:workflowName>Test</m:workflowName>     <m:associationData><Data>&lt;Variable&gt;Value&lt;/Variable&gt;</Data></m:associationData>   </m:StartWorkflowOnListItem> </soap:Body></soap:Envelope>But workflow, which should receive an association data fails and when I look at my SharePoint log, I'm getting following error:10/10/2016 10:01:29.42    w3wp.exe (0xAF60)                         0x11CA0   SharePoint Foundation           Lega
I want to send an email with attachments from an unrelated library. I know I can attach via URL to that particular file. But what if the files to be attached are based on query conditions, so now each emails will have different files and different number of files to attach. I have the query part done, and it's building a collection variable "col_collected_urls" with the URL's of all the files that should be attached. Is there any tricks with the syntax for the variable I assign to the Email Attachments so that it can be loaded with multiple URLs.  I tried a few guesses with HTML or multi-line text but didn't get anywhere. I'd rather not create X number or empty variable and fill them because I don't know how many will it max out at.
With Nintex Customers using Nintex On-Prem and in O365 and now potentially NWC. How can we aggregate all their tasks into one place?I've noticed that you could use the Nintex Mobile App to connect to each of these account types, but I was wondering if there will be another location that is web based that we could use to aggregate all the end users workflow related tasks?
I'm interested to know what external user accounts will be able to participate in a NWC Workflow?  Can we have AAD or Live accounts logging in to participate in a workflow?I'd also like to be able to have a NWC Workflow provision these accounts..
 Symptoms I have a standard web service which I have written (the visual studio template hellow world one). Using the end point broker on my denallix VM I can register an instance, however when I try and do this on a clients environment I get the above error. Diagnoses On IIS Manager on the basic settings page are you using the K2 service account. Please see the attached snap "IIS manager"On the Endpoints web service are you able to connect to the Service Metadata URL on a browser. Please also try using the service accout to register the web servicePlease also attach screenshots of where you are getting the error? On the tester tool, IIS manager or a browser? Resolution An updated web service assembly helped resolve the issue.Â
 Symptoms After Upgrading to K2 4.7 we are faced with several Document Set Issues, this includes getting the document set or updating the document if it has columns of type "person of group" or of type "managed metadata" and the column has value.The workflows were working fine before version 4.7.Also attached some screenshots and log from the previous ticket related to this problem. Diagnoses solution was applying a coldfix Resolution The respected custmer closed the ticket after applying the coldfixÂ
 Symptoms We have an issue with list view filters and the picker control not rendering correctly. The client is also not running an custom code on the views Diagnoses After doing an IIS reset the issue is temporarily fixed and the issue re-occurs after sometimeHave you used cache refresh command? If so please refrain from use of this command wherever you are able to do normal application pool recycle or iisreset operation. As it was well spotted by us on a previous ticket with a similar issue, that this is not a documented command and we now confirmed that it is not supported and not recommended one (apart from testing/debugging scenarios where you cannot do iisreset).On a different ticket with a similar issue, they were using the old Platinum theme or a variation thereof (probably the SharePoint 2010 theme) and the solution was to switch to the Lithium theme. However when switching back to Platinum, the issue disappeared. Resolution Refreshing the K2 Smartforms app pool daily seems to
 Symptoms AD Service2 GetUsers method filter against Office field does not work Diagnoses 1. Create a smartobject from AD Server2 -andgt AD User2. Run the smartobject with method GetUsers3. Set filter Office = Greenmond (This is on denallix, other AD might be different)4. Execute and no result returnPotential client has their user display name set in the Office field and when using the Picker control with this smartobject cannot filter or search data in Office field.Step has been attached in ADUSER2.docx attachment Resolution Confirm coldfix work on 4.6.11Â
 Symptoms Would you please assist with the installation health error for K2 Blackpearl 4.7, error "Target did not complete successfully management.kspx"We are busy upgrading from 4.6.8 to 4.7.I read this article (http://help.k2.com/kb001709?z=636149407220037521) that there's a fix for 4.6.10, can you provide fix for 4.7 Diagnoses During our meeting we deployed the management.kspx package found on the setup folder on the installation package and we were still getting the same issue when running the configuration analysis.The client was running the 4.7.1 version, so i also asked the client to run the update 4.7.2.I did manage to repair the installation error, before installing I granted the service account access to the services using this hyperlink.community.k2.com/t5/tkb/articleprintpage/tkb-id/TKB_blackpearl/article-id/3961My only problem now is the service which does not want to start and also the old server which keeps appearing on the server. Resolution The client managed to resolv
Hello,I have a workflow that i create a Update Document where i use content controls. My input variable is Multiple text where when i put New Line or Enter between my data i have a result where the Rich Text content control in the document is duplicating the data.This is what i want to have as result:......................Name 1.....................Name 2And this is what i take as a result:......................Name 1.....................Name 2Â Â ......................Name 1 .....................Name 2Thanks in advance,Kyriakos
 Symptoms 2001 Error Starting Host Server: Could not find stored procedure 'Utility.EncryptionBegin' Diagnoses There were a lot of missing objects on the K2 database after upgrade to 4.7. Resolution Re-ran the configuration via setup managers.Â
 Symptoms I have a list view with a column for rating. When I edit or create a new item, it shows stars. But once it?s saved, it shows number. Is there anything else I need to do? Diagnoses This is expected behavior and currently by design -- not all the controls can be used in list views. The RATING control is one of them, and it will only display the star ratings in edit mode only i.e. "editable list". Resolution The community article below that talks about a potential workaround: http://community.k2.com/t5/K2-blackpearl/Creating-a-star-rating/m-p/74682#M21885This is currently logged as a Feature Request to be "changed" in the product in future.Â
 Symptoms Whenever you search for a group or groups using the context browser in K2 Workflow Designer, not all groups that exist in AAD/AD show up.In this particular case the customer has their Groups/Security Groups synced to AAD, and some of these groups do not show up when searching for them via the context browser in K2 Workflow Designer. Diagnoses The User Task Participant search bar only returns/searches andlt 100 items. And, when searching for a specific group the search appears to only filter through andlt 100 items, thereby returning zero items if the specific group is searched "later", alphabetically.The issue does not appear to be dependent on the group type. Resolution This has been identified as a defect and currently on schedule to be fixed in a future update/release of Appit.In the meantime you can work around this limitation by setting up the missing groups as data fields, and using that to do the assignments in the workflow steps.Â
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.