Nintex Automation K2: Back to basics
Find resources, discussions, and troubleshooting tips to design and manage workflows and business applications with K2 blackpearl.
Recently active
Checking your .NET Version can sometimes be confusing and frustrating. You can have something listed in Programs and Features or Server Features, but this may not reflect the latest version of .NET currently installed. The best way to check which version of .NET you have installed is via the Registry. First, open the Registry by clicking the Start menu and typing in Regedit. This is the Registry Editor tool. Next, navigate to the following Key [HKEY_LOCAL_MACHINESOFTWAREMicrosoftNET Framework SetupNDP] Note this is not .NET, but NET Framework Setup If you are on .NET 4.5 or later, navigate to v4Full Click on this Key and note the Release property. This will have a number in Parenthesis like (393295). This is the KB for the .NET version you have. Make note of this value. See this Microsoft KB article to compare your KB Number noted above to which .NET version. In my example the 393295 corresponds to .NET 4.6. There are more details in the KB article about older vers
Hi All,I am getting sharepoint list items and displaying them on a list view in K2 blackpearl.But, now i am trying to display those items in a different template other than rows. Means, i want my own design as we do in .aspx pages.Can anyone please suggest me an approach to achieve this functionality ? In short, the list items are shown as First Name Last Name Location Name1 LName1 Melbourne Name2 LName2 Sydney Name3 LName3 Melbourne But, i want them to be shown as Name: Name1 Last Name: LName1 Location: Melbourne Name: Name2 Last Name: LName2 Location: Sydney Name: Name3
Hi, Anyone know why the Subview/Subform won't autosize when opened according to what is on the canvas? So i have a subview and it's got a few lines on it and a Submit button at the bottom. However when opening the subview, the height has a huge gap underneath the Submit button. On the view in design mode, there is no extra space, so why is it putting a big gap in? I have played with the properties on Open Subview - Height to whataver and that works, but all our users have different size monitors and resolutions, if i set to 50% height, the save button gets chopped off. How do i get the subview to resize the subview height so that it displays as i designed it (up to the Submit button) only and not put a big space in underneath, it's not a clean looking design for end users. Thanks
HI All,Need help in relation to K2 Authoring mechanism. I am trying to generate workflow templates using Sourcecode.Workflow,Authoring dll. How ever I am stuck in the process of configuring a “Smart Object Client event” using Authoring. If any one have worked on configuring the Smart Object client Event using authoring please share your suggestions on the same. https://help.k2.com/onlinehelp/k2blackpearl/devref/4.7/default.htm#Create_Process.html%3FTocPath%3DDesign-time%2520(Authoring)%2520APIs%2520and%2520Services%7CWorkflow%7CWorkflow%2520Authoring%2520Samples%7C_____1
When I apply the CU's to the K2 servers, do I have to update the SharePoint app? If so what are the steps?
Hi, I'm sorting out some guidance on using the File attachment control on a form for our users. I know the default file size is 16MB, but what are the default allowed Filetypes (i.e. .DOC, DOCX etc? There is a blacklist on the website, but i can't find a list of the default filetypes which are ALLOWED to be uploaded Any point me in the direction of where this is mentioned? Thanks
Hello, we have been experiencing problems with publishing K2 on WAP. We created a https binding on the iis and HTTPS/k2server.domain.hr SPNs on the k2 service user. The K2 service user in AD has the "Trust for delegation to any service" option selected. On ADFS we created a non-claims relying party trust with the url https://k2server.domain.hr. We than published the url on the WAP server.The preauthentification method that is used is ADFS and the WAP servers have delegation to HTTPS/k2server.domain.hr. Internally, k2 has Windows, negotiate as an auth method. This setup has worked for a week and than suddenly stopped working. When we try to connect to the published url, sts login site is presented, we type our username and password and the k2 site returns an HTTP 500 error. No changes have been made. The same thing happend when we added a claims based trust in ADFS - it worked for a week and than stopped working out of the blue. That is why we changed the trust to non-claims. We repub
Hello, I amtrying to create Email escalation in K2 designer workflow, I was able to create the escalation but not able to construct the worklist link because i do not see activity destination ID in context browser, please advise if anybody has constructed worklist link in k2 designer. Thank you
in my project , the user need to upload /review a document file.How to upload and review it in the K2 blackperk.i use k2 smartform to immplement this project . thank you.
Dear, Can you give me a solution to Release an Open Workflow Item. When I try to Realese the Open Workflow Item, there is no error but the Worklist Item is not becoming the Status "Available".
Hi I'm using code in an ASP.NET web form project to preview documents, but I get an error when running the code in google chrome; Could not load file or assembly 'SourceCode.HostClientAPI' or one of its dependencies. An attempt was made to load a program with an incorrect format. Please help. See code below; using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using SourceCode.SmartObjects.Client;using SourceCode.Hosting.Client.BaseAPI;namespace testwebapp{public partial class Preview : System.Web.UI.Page{protected void Page_Load(object sender, EventArgs e){SmartObject smartObject = new SmartObject();SmartProperty fileMemo = smartObject.Properties["AttachementFile"];// read the return properties of the SmartObjectif (fileMemo.Value != null){var doc = new System.Xml.XmlDocument();doc.LoadXml(fileMemo.Value);var fileAsBase64 = doc.SelectSingleNode("/file/content").InnerText;byte[] data = Convert.FromBase64Str
How to set worklist webpart filter for all users on a site collection? Requirement is, when users go to this site collection, they should see worklist items from a particular process AND not all other worklist items. We are on 4.7. There is a post on forum but I didn't follow how to do it? Sorry...
Is there a way to change the number of rows per page in the tables for the k2 workspace and management areas? 10 rows per page is incredibly small for anyone with a reasonably sized monitor. The tables use about the top 1/3 of the page and the rest of the page is blank and for some thing - like digging around for workflow tasks I'd rather leave the filter blank and scroll a list. Even our roles - we have over 20, so that's three pages we have to click through to get to the end... Is there a config setting for it? If not, can we put it in the back-log? I see the pageisze in the json being sent to the server, so it seems like it'd be easy enough to configure... or hack... I'll go so far as to modify the .js files in the website if I must... Thanks,Chris
Hi All, I have a toolbar button "Insert Name" on the Form and on the click this button I am opening a subview list, and on the double click of any list item I am closing the Subview. (Reffred this : https://community.k2.com/t5/K2-blackpearl/Transfer-Data-from-Subview-to-Form/td-p/99748) On the Form I have written a rule like "When the Subview is closing" setting the propertie of textbox and appending the Name which user just selected from subview. So for everything is fine. But my requirnment is - For a selected Name, if the user's cursor is within the Form's TextBox, insert the Name value where the cursor is. If the user's cursor is not within the Form's TextBox, then insert the Name value at the end of the text within the From's TextBox. Please suggest somthing to achive this, how will I copy the text at Cursor position. ThanksShubh
Hi everyone, I want to create a form based on two Sharepoint Lists.The first one named "Person" , it contains several person data (FirstName, LastName, Adresse ....) to be displayed in the form as read only. The Second is named "Revision" , it contains 10 inputs ( text , files ...) to be entred by the user.I want to put all inputs in the same view/form to update "Revision" Sharepoint List items and keep "Person" as read only. So I can't see how to create a from from two smartobjects, I want to know how to do this properly. Thanks.
Hi, Is it possible to call a Workflow (K2 Studio) one without using a form? I am testing to see if a web application can pass parameters to a K2 workflow and run it without using a form? Basically i need to know if a process can be triggered without a user having to go to a form manually. I need to pass parameters to the workflow in the same way the integration wizard works. Possible?
This error was encountered when adding the k2 views and forms in the package. 30003 ListSettingsRuntimeService has encountered an error. ListSettingsRuntimeService has encountered an error. Exception of type SourceCode.Hosting.Exceptions.SCException: 30003 ListSettingsRuntimeService has encountered an error. ListSettingsRuntimeService has encountered an error. Exception of type 'SourceCode.SmartObjects.Client.SmartObjectException' was thrown. 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.Deployment.Management.ClientSession.OnPackageItems(PackageItemOptions options) at SourceCode.Management.Controls.AddItemCommandHandler.<>c__DisplayClass14.b__6() at SourceCode.Management.Controls.Fra
Hi, I have integrated the ssrs report in k2 using the content control. The SSRS report contains one hyperlink column and which is redirected to K2 form in same tab instead of different tab. Javascript used in SSRS column:="javascript&colon;void(window.open('url','_blank'))" Please find below for one of the column detail in k2. <a tabindex="35" class="Ad07dbe1fe7924add91ed89e6e0b95770117a" style="color: rgb(0, 102, 204); font-family: Verdana; font-size: 8pt;" href="javascript&colon;void(window.open('url','_blank'))" target="_top">title</a> The SSRS report when run as independent entity is properly redirecting to the different using the above js. All the above code works fine in chrome, but when running in IE it is opening in same tab instead of new tab. Please let me know, in case any more information is required. Thanks,Chetan.
We have AD groups added to roles. Workflow assign worklist items to this roles. We would like to simulate dynamic roles from a button, I mean: dynamic roles disabled for all roles, but if we add a user to AD group, existing worklist items can be viewed for the added user, is it possible?Thanks in advance.
Hi All, I want to do a list refresh in parent form when a subform is closed. Please suggest a solution. Thanks in advance
Hi All, I have a requirement where there is a workflow which has lots of approvals and mail activivties. The client wants a requirement like he wants to end the workflow at the change of status column in SharePoint = Closed. I couldn't find a way to write code in K2 for Sharepoint which can be done using that. Could any one suggest a better way to do that? Note: Worfklows are created using K2 for SharePoint Thanks in Advance!Ramya
We have installed k2 on stand alone server also add k2 app on site but while configuring k2 app on sharepoint site, facing below error"K2 Application Configure server could not be found, or is not checked in."
Hi All, There is requirement to show checkbox in the List view first column. I was able to achieve using <input> tag, change it on row click. Can I identify the column when the user clicks on the row. So that only when user clicks on the column where the checkbox is shown then only the selection is made. For now when user clicks anywhere in the row the checkbox is selected. User has to click again to unselect if not need. Please let me know if there is any way to identify the column on list item click event. Thanks and Regards,Poornima TS
Is there a way to integrate Community Builder with K2? If so, how? Thanks.
When I am creating a package there is an error message on the workflows but they working fine in practice on in the development site. Can anybody offer and advice on how ro reslove this. Additionally I am also getting the following message "Not enough quota is available to process this command". Has any body experienced this before and is for how did you resolve it Thanks
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.