Complete our Nintex Community Survey
Find resources, discussions, and troubleshooting tips to design and manage workflows and business applications with K2 blackpearl.
Recently active
Hi All, Can anyone explain the rules for when the conditional styles are applied to fields? I have a form where I'm trying to highlight a field based upon data brought back in a smart object. The field is located on a view, itself embedded in a tab on the form. The view is loaded with data when the tab is selected. On initial tab selection, the style is rendered correctly, however if you then change tab and then go back to the first one, the style applied to the field no longer appears to be being based on the smart object data (which is refreshed) but remains as it was when the tab was first selected...??? In brief steps... 1. Tab selected- Smart object data for view read and shown- Conditional style based upon SMO data correctly applied...2. Change tab 3. Go back to tab identified in step 1- Smart object data for view read and shown (it's since changed)- Conditional style (based upon smart object data) not applied ...? Thanks, Paul.
Hi, I have some problem with the WorklistCriteria class. Following code works just fine: // (criteria.AddFilterField(WCLogical.StartBracket, WCField.None, WCCompare.Equal, null);// WorklistItemOwner = Mecriteria.AddFilterField(WCLogical.Or, WCField.WorklistItemOwner, WCWorklistItemOwner.Me.ToString(), WCCompare.Equal, WCWorklistItemOwner.Me);// )criteria.AddFilterField(WCLogical.EndBracket, WCField.None, WCCompare.Equal, null); ...but when I'm trying to use WCWorklistItemOwner.Other value: // (criteria.AddFilterField(WCLogical.StartBracket, WCField.None, WCCompare.Equal, null);// WorklistItemOwner = othercriteria.AddFilterField(WCLogical.Or, WCField.WorklistItemOwner, WCWorklistItemOwner.Other.ToString(), WCCompare.Equal, WCWorklistItemOwner.Other);// )criteria.AddFilterField(WCLogical.EndBracket, WCField.None, WCCompare.Equal, null); ...I'm getting an exception "Additional information: Incorrect syntax near the keyword 'AND'. Incorrect syntax near ')'." w Source
My current composite smartboject down  Table name not found: Lists_ReturnFormItems• Type: System.Exception• Source: SourceCode.SmartObjects.ServiceBroker• Stack Trace: at SourceCode.SmartObjects.ServiceBroker.SmartObjectResult.GetTableName(String fromServiceResult, String executionBlockNo) at SourceCode.SmartObjects.ServiceBroker.SmartObjectResult.BuildServiceSQL(String joinXML) at SourceCode.SmartObjects.ServiceBroker.Broker.ExecuteSmartObject(BrokerPackage brokerpackage, Dac dac, Boolean createSmartobjectReturn, Boolean isSmartObjectJoin, DataTable bulkInputTable) at SourceCode.SmartObjects.ServiceBroker.Broker.Execute(DacSettings dacSettings, Boolean isList, DataTable bulkInputTable) at SourceCode.SmartObjects.Runtime.SmartObjectClientServer.ExecuteSmartObject(Byte[] brokerPackageAx, Broker broker, Boolean isList, DataTable bulkInsertTable) at SourceCode.SmartObjects.Runtime.SmartObjectClientServer Best Regards, Steve Yu
I need an assistance to figure out how when creating a workflow on one of the lists (List A), i can insert an empty record in a diff share point list (List B)Â just so i can get an item ID from the record in list B to be used in the link, which will be emailed to the user from my workflow. Any suggestions will be appreciated.
We are in process of automation of adding users to SharePoint groups. And we have achieved that functionality but we still have to manually go to the K2 Application and sync permissions from there. We have multiple site collections, so it a tedious task to go to each site collection and sync permissions manually. So we were looking for some APIs which we can use to write code so that we can sync permissions by simply calling that code or else do we have any other alternative.
In K2 Smarftom how Intialize or Initialized works is - It will load and rendered form on the client side then starts calling rules inside Initialize or Intialized. Currently, we have lot of rules in Initiaze or Initialized to fill drop downs and hide/show controls based on the data fetched from database. So the form and views are getting rendered on the broswer first then it starts calling the rules in Initialize/Initialized one by one using AJAX calls. It is causing lot of delay in loading complete form, different load circles keep spinning for each drop down or showing/hiding controls after it rendered. Is there any way to have ASP.Net Page_Load like event in K2 Smartforms where you can define rules which will be executed on K2 server before form is getting loaded/rendered on client side.
Hi All, I need help, I cannot see my saved form on my work list under saved form after saving it on k2 black pearl smartforms.  Please help.
Hi All, I am trying to add the rule on my smartforms k2 black pearl, after adding the rule when I click ok the wizard become blank. Please help.
Hi everyone!I'm trying to create custom control.In k2designer i can't drag and drop my control as parameter into smart object's method.For custom control i set types as :<DataTypes><DataType>AutoNumber</DataType><DataType>Text</DataType><DataType>Memo</DataType></DataTypes> Smart Object parameter has Memo type. I would be grateful for the help.Â
I am creating a Request for Testing project. In this project, instructors fill in a form asking for a test to be proctored in our testing center. I started with two smartbox objects; one for storing the information about the test and the other to store information about the students who are allowed to take the test (similar to the sales order exercise in K2 learning). I thought this was the best way to go because if an instructor wanted to change the deadline for the test, it would only need to be done once and will change for all students with the same testID. However, I ran into issues trying to load the information for a test and include all the students allowed to take it. I was also unable to figure out how to look up a student and display information about all the tests that student was entitled to take. What I eventually did was take the two smartbox objects and create one composite smartbox object using K2 studio. It appears to work well, but now I have three smartbox objects.
Hi All,Recently I had try embeded Google Adwords by using Data Label as a result Google Tag Assistant prompted "No HTTP response detected".How to execute this in K2? Or How to troubleshoot this issue?  Â
I'm creating a workflow for SharePoint 2013 and it's failing at the first step. I have a document saved to a SharePoint library which is being used as a starting template. I want the workflow to make a copy of this document and then apply a few fields of metadata. I created a workflow using the Copy Document workflow step, using the wizard to identify the source document and destination library and apply the properties, but when I ran the workflow, this gave me an error. I tried splitting out the action into two steps, with the first using the Get Document Reference to identify my template document. The Copy Document step then takes this document and copies it. Or it should I'm still getting the error on this step. The workflow instance shows error, and the View Flow has an exclamation mark next to the step, but I can't find out what the cause of the error is.
Hi all, Got a problem, I would like you advice on. Scenario is: I have a parent process and that parent process calls a child process using an IPC event. This is a synchronous call and the child process has several activities that must be performed by the user before it completes and the parent process continues onto the next one. The issue I am facing is, I need to provide an interface where a user can go and cancel a parent process instance and that will automatically cancel any child activities. I have not been able to achieve this. I have looked at some of the API and I am not able to retrieve the child process instances' using the parent process Id. I can see this data in the K2 database table but unfortunately we do not have permission to speak directly to the K2 database. How can I achieve this either using the K2 API or using one of the out of the box smartobjects? Please advise.
Hi there,  We are facing a problem. We have a workflow(parent) that starts 1 to n child processes via IPC Event. When the parent Process meets the conditions to end it should end all child processes that have not ended allready. Is there a way to do this without using any EventCode? Thank you in advance. Best regards,Carlos.
I have a custom control that is linked to a smart object as a datasource. On the control i have implemented the OnClick event and want to get the record that was clicked on using the linked smartobject fields. When i show one of the values of the smartobject in a message box it seems like the current row of the smartobject is empty. How do i change the selected row in the smartobject in code?
Is there a way to have GetUserDetails populate when form initializes? Or does it only work when username is input? I would like to have a form display with basic Active Directory details (name, email, phone, manager, department) when a user opens it without having to enter anything-- then fill out other details not related to AD. Or is there a different ServiceObject I might try?
We have a form with 2 views.  First view is just a header, second contains 10+ text boxes that get populated by user input.  We would like the tab index to start on one text box. In the Form, I've set the 1st view to a tab index of "none," the 2nd view to be tab index of 1.  On the second view I've set the proper txt box to tab index of 1. In IE11 the inital focus of the cursor always starts at the address bar, and continues to go through the browsers contol sections (address bar, tabs, command bar, Favorites bar, etc,) before then dropping down into the form / views.  Once the curor is tabbed though the browsers controls it does properly go to text box specified above.  This takes 6 tab presses. In Chrome 60.0.x the focus start in an unknown location but only takes one tab click to get to the proper text box.   is there another rule that can be set to force the browser to set the inital focus on the proper form / view text box rather than the browsers own contols?   Thanks !
Hi All. I have a sharepoint site where we capture all of our equipment records. I have created a K2 form that captures and creates a list. Then the list is connected to the document libraries. I have just bumped into a problem as some of the euipments use the same type of documentation and those documents have the same file names. I need a way to create a file name convention eg InventoryNumber-FileName.
Looking for a solution or a Control to build a Folder / Directory Structure using SharePoint Library, which can access all the Documents inside the each Subfolders. I tried with Tree Control, and it is pefectly working with SharePoint List. But i fail with SharePoint Library. REGARDSRUSSEL - SAUDI ARABIA
 I know this is problably a very complex question. I have a complex form with several views with a lot of controls (200 or so) and rules. This has been almost 2 months continuous developement working with a business user and I would like to know if there is some way, maybe database report or qery that I can pull all of the rules into a spreadsheet or report. This applicaitom walks a user through a series of yeso questions, some calculations and gathers data to make a reccomendation on how to reacharacterize revenue as there are some major changes to how revenue has to be reported starting in 2018. Our parent company wants this documentation to double check our logic. Any help appreciated.
is there a way to generate a cross-tab view from either data in an SQL table or a SharePoint List?
Hello, I would like to understand how K2 DMZ works with SharePoint online. We have a SharePoint online tenant and on prim K2 SmartForm and BlackPearl server. The question I have is while configuring the K2 BlackPearl app from SharePoint should I do anything different so that we use DMZ server. If you have any documentation around how K2 DMZ works and what is the process to configure that with SharePoint online will help ThanksChaitra
I have created an email notification workflow in K2 designer in K2 VM server, and i have tried with the following id's 1. administrator@denalix.com2. x@gmail.com3. Official ID Workflow triggerd and the status also updated, but  i didn't receive any email notification for the above id's.   Can anyone guide me how to configure the email and how to view the flow of the workflow? Thanks,LakshmiÂ
Hi Everyone, I have  been developing smartforms using states. I don't know if it's me or what but I tend to find states slowig the performance of my forms in such a way that I took one of the forms that had issues and changed from states to just having one state added to the base and used currrent workflow activity check. Performance of the form was then acceptable after that change. Now what I want to find out is, which one is the best K2 practce standard between the two ways or is there actually another better way than the two I have mentioned?
I'm struggling to activate the K2 app on a SharePoint 2013 site. Â When I "Manage App Activations" from the SharePoint App Catalog, the subsite is activating successfully, but the parent site remains in "to activate" status on every attempt. Â (See attached image.)Â What can I do from here to activate the app? Â Any clues?
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.