Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
Access resources, discussions, and tips to design and manage workflows with Nintex Automation K2.
Recently active
Dear All, how could I create the selectable view filters in K2 Designer? Some of them are quite complex and it would be better to create/name them in K2 Designer than instruct end user how to create them during runtime. Kind Regards, /dkd
we have been using a sql database and have tables with uniqueidentifer set - K2 Smart object tester shows them as AutoGuidwe have another database that we have uniqueidentifier set, but K2 only shows as Guidwhy isn't it shown as AutoGuid?
I have a K2 form built that has a print button with javascript code to use the print function from windows<script type="text/javascript">$(document).ready(function() { $("[title='Action Button']").click(function() {window.print()});});</script>Â This works using the form via PC, and also via the browser on a phonei have published the form as an app to be used within workspaceThe print button doesn't bring up the dialog nowis there something that can be done to have it work via Workspace app?
Will tree comments appear in the professional version of K2?  Â
Hi everyone,I like to have a conditional format for the whole row rather than just a single filed.What I have now isbut I like to have the whole row in green.Is that possible or I have to create a conditional format for each field?ThanksÂ
I'm wait for 5 hours it doesn't display complete.
I have a K2 Five Farm with DEV, QA and PROD K2 Five (5.4 FP33) environments, and we are utilizing the ODATA API's to expose data to Power BI and RPA Bots. The DEV and PROD environments are working 100%, however the QA environment (2 K2 App Servers in NLB) are giving me a error when I am testing via Postman:404 - File or directory not found - The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable... All environments are running on their own AD Service Account, and all environments have their own dedicated SQL Server 2016 instances.  I have compared each .config file on QA to make sure all is the same on both k2 app server nodes.I have compared each .config file on QA to PROD to make sure the .config files are the same. The QA K2 database was restored from PROD, SSO Key updated and all is functional, we can deploy K2 Artefacts, K2 Sites are working as expected. It is just the API (SmartObject, Workflow) that is is no working; Are the
TLS1.0 support has ended by Microsoft. We have been getting security vulnerabilities in our K2 server. So if we disable TLS1.0 and enable TLS1.2 will our K2 applications work fine? Or should we still stick with TLS1.0? We have K2 5.2 version installed in our environment. Any suggestion would be helpful?
Hi,I’d like to introduce a Chrome extension I’ve been working on, to radically simplify SmartForm debugging. It doesn’t require any changes to your SmartForm and gives you an in depth, under the hood look at the operation of a form. It shows the events in order, the parameters passed to SmartObject calls, allows you to change data labels at runtime and a whole lot more. Take a look at the video and let me know what you think...  Â
How i clean this table and for what this table need? [Authorization].[OAuthSessionState] Â
I have a SMO backed by a DB Table, and I'm trying to set the value of one of the columns to null using Update method but it's not working. I'm doing this from within Workflow and setting the value to EmptyString function. So what's the workaround?
How can I solve this error? I need to update a smartobject created with my old account  SmartObject Server Exception: K2:NSLDXZ does not have Security rights on the ‘[...].[K2_VOLE]’ SmartObject.. SmartObject: [[...].[K2_VOLE]] Thanks    Â
Hi everyone, I created 2 custom themes, one dark and another white. The default one is the white/light version, however, I have many users that likes the dark theme and I like to create a drop down in my SmartForm where users can choice the them they like. Is that possible? Thanks
Hi everyone,how can I fix this problem?I was working on a Smart Form with many rules and now I'm not able to add other rule 😞ThanksÂ
Hi everyone,I'm created a Smart Form with many List view not editable and when an item is clicked on the right it will appear the Edit Item view. The question is, how can I change the data in the List view? In the example the H3 (in yellow) is actually called "Fair condition". I managed to change into the Item view but I don't know how to "translate" in the List view. Another example is that all 1 = Yes and 0 = No but I like to show Yes and No and not 0 and 1.Is that possible in the List View?Thanks
Given: 1 smartform / 3 listview / 2 buttons   Form (button1 and button2)    listview2    listview1    listview3 Scenario:  User click button1. The order of listview must be   listview1   listview2   listview3   User click button2. The order of listview must   listview3   listview2   listview1  Any ideas to help or done this scenario in k2.  Really appreciate: Dabuskol  Â
Hi All,I am running into an issue with a K2 5.4 setup that weekly consumes all 16 gig then proceeds to consume up to 30 gig of the page file on the server and then promptly crashes.  After a restart the server runs fine for a couple of day (about a week) and then crashes again. Host server logging isn’t showing any errors that are uncommon or give any indication why its using so much memory. Any suggestion would be very helpful.
Hi all,I'm wondering if anyone else has come across an issue where column sizes in K2 Listviews are going nuts when using the designer via chrome. I have a view that renders well in runtime and hasn't been edited in months and suddenly column widths are showing over 600% each. as a consequence to this, you are not able to drag column sizes by using the line between each column cos it is rendering the area where you can click as "over 600% to the right" i.e. well out of screen range.  This issue isn't happening while using edge.
How to check the user is a member of the specified user role or not by using .NET API Library. Â Thank you in advance.
Hi everyone,I created a Smart Form with a Main View that when is filtered or someone click an item it will filter all other views. My question is, can I show the views ONLY when there is some data in it?I didn't see how do that.ThanksÂ
Hi @evanmoore If this is the last resort, what is the advised setup for client credential flow? My use case is:K2 need to get data from an internal REST endpoint which is protected by AAD. To authenticate via AAD, logged in user's info should not be used. Therefore, K2's REST service instance will act as a service making call to another service in the background. Thanks
I have a Single Node K2 App DEV Server and Load Balanced K2 App QA Servers.On Dev I can start workflow instances, no issues.On QA, however I get the following error: "Workflow step instance threshold exceeded. Too many workflow steps were started based on your policy."Â Â Â
I have two things I am trying to accomplish with my list view rows and I can't get either to work.  Here's a picture of my list view for reference: For rows where the Recommended Quantity field is populated with a number, I want to set the Order Quantity field to be that number. Then, separately, for each row where the Quantity Locked checkbox (a bit field in the SQL that actually houses the data) is checked/set to Yes I want the Order Quantity field to be read-only for the user. To accomplish the first goal I tried having the output of my List method have the Recommended Quantity field from my source mapped to the Order Quantity field in my list (pictured below) but it still didn't pull the data in. For my second issue I tried setting up a clause in the rule where the List method is called to do a for all rows loop and then add a clause that If Quantity Locked Checkbox contains Yes (I also tried it with "1" since I know the SQL data will store it as 1/0) then set the Order Quantity Te
Hi everyone, I have a GIS map in a canvas and I like to pass a parameter from the GIS map to the SmartForm. I that possible? Thanks
I have a certain view with 5 image attachment controls on it. I use the view in multiple forms. On some forms the size of the images need to be small (32x32) and in other cases it needs to be custom size. My default is small (32x32) and in the view initialize rule I have a condition and then a set a controls properties action to set the size. But it does not work as expected, the size remains rendered the same. Does anyone have experience with a working solution to resize the image attachment control runtime?
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.