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 On android version of K2 Mobile app, when opening a form with calendar control, the calendar control appears to be small. As a result, user is unable to see the entire date he/she has selected. Diagnoses The calendar control is displaying fine when using Lithium theme Resolution Use Lithium theme for mobile forms, as Lithium theme is designed to be a responsive theme.Â
 Symptoms On the Android version of K2 Mobile app, clicking on hyperlink in form does nothing. On the iOS version of the app, clicking on the hyperlink will redirect the page to the URL in the hyperlink. Diagnoses  Resolution This issue has been logged as a bug. If you are just trying to use the hyperlink to navigate to another smartform, as a workaround, you can consider using a button to replace the hyperlink, then add a rule to navigate to another form when the button is clicked.Â
 Symptoms When the close browser window rule comes after the show message box rule, the message box cannot be closed when viewing the form in the K2 Mobile app. Diagnoses  Resolution This is a known issue. As a workaround, you can use form rules to check if a form is opened in a mobile device. If it is opened on a mobile device, then do not execute the close browser window rule.Â
 Symptoms K2 Database Master Key Issue Diagnoses Error occurs in workspace when going to the main site page:Please create a master key in the database or open the master key in the session before performing this operation. The key 'SCSSOKey' is not open. Please open the key before using it.at SourceCode.Hosting.Client.BaseAPI.BaseAPIConnection.RemoteCall(String TypeName, String MethodName, Object[] Parameters, Boolean[] NullList, MarshalMessageType CallType) at SourceCode.Hosting.Client.BaseAPI.BaseAPI.RemoteCall(String TypeName, String MethodName, Object[] Parameters, Boolean[] NullList, MarshalMessageType CallType) at SourceCode.Hosting.Client.BaseAPI.BaseAPI.RemoteSessionCall(String TypeName, String MethodName, Object[] Parameters) at SourceCode.SmartObjects.Client.SmartObjectClientServer.GetSmartObject(String systemName) at SourceCode.Workspace.OOBReports.K2ReportSettingsHelper.GetReportConfigString(String reportID) at SourceCode.Workspace.OOBReports.K2ReportSettingsHelper.LoadRepo
Hello all, I have a problem with updating lookup field with multiple values from one list to another by nontex WF.Easy example how should it work:In the List one are types of dogs (Dog1 - Dog7) and List have lookup field to another list with houses (House1 - House "1000000") and if I add some dog to the List of dogs and connect to some house, I need to addby WF all the connected dogs to lookup column in List of Houses, or all links to dogs to the column.So, the result is: In List of houses, in one column, is list of dogs, which are connected to house in List of dogs......Can someone help?Thanks :-)
 Symptoms I am experiencing a very weird issue whereby I have 2 workflows that are named exactly the same under 2 different headings that are doing 2 different things.I am deploying the workflow from K2 Designer but it is updating one and not the other, however, the one which the form is using is the other workflow!?!Therefore I can't make the changes I need to the workflow that is being run. Diagnoses The client has two workflows with the name on two different categories,however when they update for instance workflow 1, it updates workflow 2, instead of workflow 1.We also deleted the rules for the workflow the client no longer wants to use on Workspace , we removed all the process rights configured.On smartforms we are still getting the an error saying we dont have rights to start the workflow.As a workaround the client is considering creating a new workflow and re-configuring it to the form again. Resolution Unresponsive client Â
 Symptoms The client could not be able to access their K2 artefacts from their sharepoint list through the K2 for sharepoint app.When the client clicks the K2 app on the list their requested to Create a new app or Deploy an app. Diagnoses The ticket was also linked to a new bug item (Bug: Appifying document libraries is not functional, , it shows the page to create new application or deploy a package.) For possible inclusion on a future release of K2I have managed to get around this issue and have recovered my application. Not sure if it helps for the future or was the right way to do it, but I created a new application on the same list and only recreated the SmartObjects. This recovered all of my forms and workflows as well and so I am able to carry on with what I am doing Resolution The client was able to resolve the issue by applying the below workaround:The client created new K2 artefacts and only recreated smartobjects. This recovered all of the clients forms and workflows as well
I have a single line textbox to show True or False and every time I add myself or remove myself from the Admin group, the textbox does not update. Below is the formula I used:fn-IsMemberOfGroup("ADMINS")
Hi,I am creating a site workflow, where I need to send a reminder email every Friday asking users to fill out their weekly report. However, I would like to calculate the Date Range in the subject. So for eg; if I am sending a reminder on Friday Jan 20th, 2017 then, I would like to construct a date range in the subject like so:"Weekly Report Reminder for 01/16/2017 - 01/20/2017" How can I do this? Please help,Thank you
I have set up a calculated value field in a Nintex Form that gets the maximum date from a named Date/Time control in a repeating section, using the answer to this question.Now I want to connect this maximum date to a Date and Time column on my SharePoint list. Is there a way to convert what's in a calculated value field into something SharePoint recognizes as Date and Time, or some other way to stick this thing in a Date and Time column?
Hello, I have a drop off library with files named:CompanyName_PF_ACCT_FY2015.pdfCompanyName_PF_Bill_FY2015.pdfCompanyName_PF_FC_FY2015.pdfCompanyName_PF_FC_FY2016.pdfI will need to drop the files into respective company Document set in another library, into their respective folder likeFY2015 -> BillsFY2016-> FCMay I know how am i able to do such with ninetex workflow? sorry!thank you in advance
 Symptoms For every call made to WorkflowManagementServer.GetActionInstanceRights, 2 errors are logged in the HostServer log.The calls return successfully, but my event viewer log and Hostserver logs are getting bloated with these errors:Here are the errors being generated each time the API call is made:"1028903","2016-12-23 08:58:42","Error","System","2025","InternalMarshalError","SourceCode.Hosting.Server.Runtime.HostServerBroker.InternalMarshal","2025 Error Marshalling SourceCode.Security.UserRoleManager.Runtime.UserRoleManagerServer.FormatItemName, data parameter cannot be nul or empty","","","usgr-devk2bp1:D:Program Files (x86)K2 blackpearlHost ServerBin","1028903","41e1917f7a494fd0a91a1f98f4fe901f","""1028904","2016-12-23 08:58:42","Error","Communication","8130","ConnectionPacketError","SourceCode.SocketService.Legacy::HandlePacket","8130 Error processing message from 10.200.106.24:60650: data parameter cannot be nul or empty","","","usgr-devk2bp1:D:Program Files (x86)K2 blackpea
   I have to implement a multi step approval process that lets the initiator have the option of modifying the document only in the first step before a flexi task. Afterwards, he must not be able to modify anything at all. He should be reinstated with the edit right towards the last steps for he should be able to approve a flexi task.   How can I restrict his edit capabilities without crashing the workflow and without using a loop on a parallel branch for each step to check from 10 to 10 minutes if the document was modified by the initiator and go back to step 1? (this would be highly unsavory since the end product will be used to handle thousands of documents and all that looping will send the whole site to a crawl..)PS: I'm fairly new to SharePoint and Nintex, only started ~ 1 month ago.
Hi,Is the NWAdmin command (I am not an Admin ) FindWorklows will give to me this information.Thanks,Christophe
 Symptoms Since 4.7 the copy/paste of an activity in the K2 studio keeps the same display name for the copied/pasted activities.Unfortunately, if two or more activities share the same display name, the access to the left pane (preceding rule, start rule, destination user...) of their configuration is locked - until the name is switch to a unique one. Diagnoses It's an issue linked to the fact that the copy past keep the same display name.The reproduction step are:Step 1 - Open K2 Studio 4.7Step 2 - Click on Any activityStep 3 - Type CTRL+C to copyStep 4 - Type CTRV+V to pastResult 1:The new activity have the same name of the previous oneExpected result 1:The new activity should have a different name of the previous oneStep 5 - Click on icon "Click to run the default wizard"Step 6 - Try to click on any icon in the right side (preceding rule, start rule, destination user...)Result 2:The click do no action Resolution Bug logged.Workaround: Rename the new created activity.Â
HiIn my list is a number field formated as %. Request has been made to apply a background color to the form field if the value is above a certain %. Applying a formatting rule should do the trick. Condition: [field]>[number]. It does work for fields not formatted as percentage. But I can't get it to work for % fields. While in edit mode the value is apparently only recognized as number and the color displays. When saved and in view mode, the rule is not applying.Any suggestion to get around this?Thanks!
I want to be able to give the user on a task form the ability to select multiple names from a checkbox list. The list is a predefined usernames that can be selected on the current task and who will also be assigned the next task. I don't want to add a people field and have default values as this will allow the users to insert names outside of the predefined list - which is not allowed.I created a predefined choice field with names, then when I try to use those names in a next task to assign it to them, the workflow is unable to resolve the names and errors the workflow. I tried to create a people variable and insert user profiles based on account name, still doesn't resolve. I tried also to query user profiles based on the names, get the emails and save it in a collection variable then take that variable into the task, still didn't fix it.Can someone give a hint of what am I missing?I'm using SharePoint/Nintex 2010.
 Symptoms Coldfix was applied for a client is upgrading from 4.6.9 to 4.6.11 we want to check if this same coldfix applies to 4.6.11 Diagnoses Ticket #115386 needs to be linked to TFS 609896 since the client will be upgrading to 4.6.11 Resolution 716278 combined fix for 4611 687245 and TFS#609896 is readyÂ
Is there a way that when the user is assigned a task to delegate the task to more than one person?I don't want to use the timed delegation option within the workflow or use the sharepoint groups.Here is the case:The user is a manager who has a team of 20 people, he wants the option that when a task is being assigned to him to delegate it to only 2-3 team members to work on this task, it could differ from one task to another. So it won't be practical to keep creating groups for each type of task. He also wants to be able to keep the task for himself and do it without having to delegate it.I thought at first of creating a "Request data" action, where the manager would be required to input the names of the users assigned the task, then create a flexi task with those names. But then if he'll do the task himself, he'll then has to pick his name and then another task is assigned to him to do the actual task... which is too much for what is needed.Currently the delegate link that shows on the
I have a choice form control that is missing the 'Arrange choices' and 'Number of columns' options. I have another form on the same site, setup the same way, that is not missing these options. I can't see any difference between the two. What could be causing this?Column setup:Form control:
I have a SharePoint column that I want to disable on Edit mode.I am using Is Edit Mode, and disable as part of the Nintex OOTB rule.But it did nothing.But, when i changed it to Hide, it worked.Any idea? I thought it should just work. I am in SharePoint 2013, with Nintex Form Version: 2.9.2.20
Â
 Mike TalleyÂ
I am using SharePoint 2013 and Nintex Workflows 2013. I have a workflow that runs that has quite a few emails in the 'To' of the 'Email Notification' action. Is there a limit to how many emails can be listed in the 'To' of that action? I have some email address listed and most of the people are getting their emails. I added mine to the end of the list and I didn't get an email.
 Symptoms SharePoint List K2 App integration error Diagnoses The issue here occurs when you generate a new application from a sharepoint list, creating smart objects and forms you then exit the application. If you then click on the K2 ribbon then you will see that all the applications created previously go missing from here. However if you check the K2 Designer you can see all of the created forms. Resolution This issue occurs due to the new Sharepoint styling. It will be best to revert back to classic mode to create the K2 applications and then after you can revert back to the new styling. If applications have already been created, revert back to the old styling and upon creating the new application choose to overwrite the existing smart objects to bring back the already generated artefacts here.This has been linked to an existing known issue and will be within future releases of K2.Â
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.