Complete our Nintex Community Survey
Find resources, discussions, and troubleshooting tips to design and manage workflows and business applications with K2 blackpearl.
Recently active
Error occurred trying to Execute (SmoSPListItem) - Microsoft.SharePoint.Client.ServerException: File Not Foundat Microsoft .Sharepoint.client.clientrequest.processResponse What can be the reason for this issue.
I know it's probably not a good idea to edit the global ASPX pages of K2,But it worked out really well when I threw the Google Analytics script in there. Now I can globally track every form that is visited.Here is a bit of HTML code that renders a very thin Yellow stripe at the very top and it shows some text.<div style="background-color:#fffdde;height:15px;border:thin solid #eddd00;position:fixed;top:0;left:0;right:0;";width:100%;padding:0px;></ul><li style='font-size:11px;text-align:center;vertical-align:middle;font-family:Verdana'>IMPORTANT: This platform will be undergoing maintenance soon. It will be unavailable from 3PM to 5PM tomorrow</li></ul></div>I was wondering if I could get the content of a miscelaneous Environmental Variable and display it.Let me know if someone has tried something similar
Hi All, I am currently struggling with an issue on a SmartForms application. The application runs from a portal type landing page and all user interaction happens in either subform or subview windows. So my rule set for the cancel button is working as expected but the users keep clicking the 'X' on the subforms and subviews and so far I have not been able to find a way to link the cancel button logic to the 'X' button logic. See attached screenshot for better understanding. I have tried using the on subform closing rules but this causes so much effort as the submit, and save button close the subforms in anycase so that ruleset gets triggered in any case. I feel there should be a way to either hide or disable the border controls. Does anyone have ANY experience with this a solution would be fantastic. Kind regards, Helgard Wagener
Hi, I am new to K2. Actually I am a .NET programmer, Please guide me how to install / setup K2 environment in my local machine (Windows 10).Please don't share the link. Tell me with steps to follow. Thanks
I'd like to know how one ca fix the "allow cell content selection" checkbox in the view settings if it is not visible in the production environment but visible in the development and test environments. K2 version 5.1 -> 5.0002.1105.0
Hi In my k2 process rights and server rights from K2 management I see that there is single users with 2 different domain account . I want to delete the user having old domain name. How do i find the domain of the existing user in K2 process anf server rights ? Help much appreciated Thnaks in advances
I am trying to disable the right click for users. Does anyone know the correct HTML code? I have tried using <body oncontextmenu="return false;"> to no avail. I want the end user to be unable to right click and see the form url as I have embedded the form within another website using an Iframe.
I use Visual Studio 2017 now i want to start with the K2 Extensions And i dont have an idea of where to start. What do i have to install on My visual studio in order to have this workThanking you
Hi K2Technician, I have a Sharepoint page which opens a k2 Form in a dialog on button click on Sharepoint Page but, i wasn't able to find a solution to close the dialog on Submit/close buttons. Refered couple of articles related to this in your community. However, it's not helping out. Thanks,Goutham
Sometimes it succeeds.Sometimes it throws hard error has occurred and terminates VS20*personal details removed*.0.2543.01 Update 3.I will re-open VS2015, load project, deploy again and then it succeeds.This is a large process with over 60 activities.Win10.
did anyone try to use cybersource with k2 ??1
Hello, Is it possible to force a URL to open in a specific browser, by using the rule Navigate to URL?We are using a form in IE but then we need to open an application that only works with Mozilla Firefox. Thanks!
Dear all, I am looking ito the potental of developing a project management system to replace our current one. My questions are has anybody used K2 to develop aproject management system and if so any adice would be welocmed and are there any case studies of organisations using K2 as a project management system. Regards Andrew
Dears,I have some issues and questions in using ReqularFilters in GetWorklistItems smartobjects. When I try to use some columns in the ReqularFilters For Examples ( ProcName, ActionerName, ProcessInstanceStatus), the ERROR message appears as belowFilter Criteria could not resolveService: k2_ManagementService Guid:Severity: Error When I use Destination and Folio, It is works  Could you please help Â
Our current install of SharePoint is 2010. Over time we have developed several SQL queries against our nightly backup copy of the database (NOT the production database), which feed SSRS reports.We have begun to think about upgrading SharePoint and our Network team are very interested in moving 100% to SharePoint Online.My question is, what options would I have for replicating our current reporting practices if the lists which are currently reported off of are moved into SharePoint Online?Our two main instances of SharePoint reporting are;1 - Reporting against three SharePoint lists in one report2 - Reporting against 1 SharePoint list and joining it to a nightly copy of another applications database
I had an issue with a dll last two weeks and been trying to get a resolution to it.I had the error below while trying to refresh a service on smartobject tester. 'Assembly k2SourceCode.SmartObject.Services.FileServices.dll has been loaded from a different location. It cannot be loaded from a new location within the same appdomain'. Kindly let me know if you have a resolution.Regards,
Hi All,Is there any way that we can read the K2 Context within the Custom Service Broker Logic. We are having a custom service broker implemented and in one of the methods we need to get the details of the User who approved the task/What is the action that user taken / what is the finish date of the task.For this currently we are trying to open a new smart object server connection and trying to execute the "Activity Intance Destination" smart object. Instead of opening new connections within K2 service broker is there any way that we can directly access the K2 Context.Share your suggestions....
Hi All Does anybody know if there is a built in SO that will allow admins to update workflow process/variable data?I know I could do this in Blackpeal but cant seem to find anything in K2 CloudthanksPauil
Hi allI want to changing a new SMTP server. And now i testing a "telnet" is success!.But when i test in "K2 Setup Manager" in same SMTP Server name it False!.How i can fix. And i test sent email by k2 workflow. I received email it have " smtp.mailfrom=*personal details removed* " and Received: from mail.oldSMTP.com (mail02.oldSMTP.com. [xxx.xx.xx.xxx]) and Message ID : <6193e1*personal details removed*b*personal details removed*....@XXX.oldSMTP.com> how i can fix all return to newSMTP. Thanks.
I want a static Watermark on my form and I dont want it to repeat. Now here i have this css I have used and i have also added the Data LabelNow How do i make the logo to be static so that The Views can scroll and have the watermark as background without it moving with the form<script type="text/javascript">$(".panel-body-wrapper").css("background", "url(<a href="https://xxxxxxxxx/K2CustEnqApp/BLogo.png">https://xxxxxxxxx/K2CustEnqApp/BLogo.png</a>) no-repeat center");</script>
I have a data source that contains information about certain building properties, such as their rent prices, year built etc. It also contains their latitude and longitude. I would like to create a SmartForm where users can draw a polygon over a map (similar to Google Maps' API), and all the properties within that polygon have their information populate a list. Is this possible? Thanks!
Hi all~    Recently, had to do this--and was confused because some of the documentation on "Expressions" was outdated.      So i'll sort of lead you through a step by step of how to get the most RECENT record in a List View!         Step 1: Getting the most recent date     To be able to use expressions, we need to have a data label. (** for better asthetics, you can always choose to hide this by unchecking 'Visible'**)          Next, we configure the expression, to give us the most recent date!        Looking at the official documentation, I thought that there was a "Maximum" function under Date/Time :  https://help.k2.com/onlinehelp/k2smartforms/userguide/4.7/default.htm#SF-ViewDesignerLayout-CalcExpression.html?Highlight=maximum        However, this is not there anymore. Instead, we can use the "List Maximum" function under List Aggregators.                Input the date column from your smartobject... and voila! You're good to go!!        To test this, feel free to run the view, and
I have a external facing app which includes a list view in the forms. The lists view has a rule on it that only pulls in the data they have permission to view. The view in the form is working as expected except in one case when a user gets to see thier data and another users data but not all the data of all the users. All of the users are based in England with the exception of one which is based in Romania which is the user I am having the issue with. Has any body encountered this problem before and if so how did you resolve it. Regards Andrew
Asides using the K2 VMDK (Which is about 25GB by Download) is there anyother way i can install K2 on my PC which is basically 8GB by Default? and I have the MSSQL Server installed on my Desktop? likewise Visual Studio also. And For now i wont be needing Sharepoint and the K2 CRM.Please let me know if this is very possibleÂ
Hi, I'm looking for a way to surface a users current Out-Of-Office-Settings.Now, let me preface this by saying:I am not trying to change anything in the database. This is purely Getters. I need to display the information, not interact with it! Looking at the DB:I can find the default representative by navigating through Server.WorkTypeShare, Server.WorkType and Server.Actioner showing only the results for Server.Actioner.Status = 1 to filter on users witch active Out-Of-Office. I can even find the exceptions through Server.WorkTypeExceptionShare, Server.WorkTypeException, Server.WorkType and Server.Actioner. Hoever I only get a mean looking string in the condition field. I'm missing a way to find out what Process/Activity the excption is for.
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.