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
Hi, Is it possible to execute a rule which will perform the click event of the Image Attachment control? Current Scenario:When the User clicks the add button, a new editable row is created. Any ideas? Is this is even possible.  ThanksÂ
Hi All,  How to fill in the dropdownlist from the SmartObject that has the condition?for example, SELECT * FROM table_user WHERE Role = 'admin';so all the dropdowns are users who have admin roles. Thanks, Â
I have a workflow that allows users to "save" their work in case they need to look up information before submitting. This changes the Workflow Activity form "Complete Details" to "Pending". But both of these activities need to do the same actions once the Submit button is clicked. Is there a way to make the condition be "If current Workflow Activity is "Complete Details" OR if current Workflow Activity is "Pending"? When I placed two of these Conditions, it defaults to AND - which won't work for me.  I have eight Actions that occur after the Condition and I am hoping to avoid having to duplicate these all over again for the "Pending" Workflow activity.Â
In the root of K2 Designer, there are lots of objects such as Boolean, Byte, Single, HttpHeader etc, how do i prevent a regular user from seeing these objects if they managed to access designer? At present a regular can edit, delete, save as and Generate views etc.I want to lock down all this so the Regular users only can execute forms, not access K2 designer and fiddle. I can add security to categories, but not items (SMOs) in the root of Designer. Is there not a simple way to prevent access to all, except administrators, but also allow everyone to execute only on forms. The documentation doesn't really explain this Thanks,  Â
I'm trying to create a SmartObject that will allow users to Release/Redirect their tasks from a custom dashboard. In the past, I would write a custom WCF service to handle this and wrap it in a SmartObject - I'm trying to avoid this by using some of the more out-of-box services instead. Using the "Task" SmartObject that exists under "SystemManagementUsersSmartObjects" requires that the current user be a Server Admin to release their tasks, so that is out of the question. Using the WCF services endpoint, the "Release" and "Redirect" functions there seem to try to open the work item before releasing it, and even though it is running under the context of the K2 service account it is unable to do so. I was hoping these would just administratively release the task (much like the K2 Management site does). So the question is if there is any out of the box hook that can be used to allow regular system users to release and/or redirect tasks without having to roll my own service to do so?
I am trying to apply a custom google font to specific elements on my form but so far I have had no luck. Does anyone have any details on if and how this may be possible? My elements are set as DataLabels, so I'm unsure how to target these elements indivually without appling CSS to every DataLabel on the form. Â
I need to find more information about a cancelled process, but i am not sure where to find it inside the K2 database.I have looked inside Server.ProcInst as well ServerLog.ProcInst and ServerLog.ProcInstAudit, but i simply could not find it. Can you suggest what should i do next?
we have are using the Dynamic ADSO service object.i have modified the config to look at extra AD attributes.i am running the get users method and applying a filter to look for specfic field that is not blankthe query takes ~40 odd seconds to run.how can i increase the time for this to run? in a programming world with powershell, i would scope the search to a certain OU. is that possible, or can someone suggest the best method to peform AD query to look for a custom attribute and filter for ones with values
How to create a custom workspace in k2 five. What I except means1)Left side list all forms name need to shoe2) right side header level current username and details3) body level background need to show company image4) body level need to show the all the pending task for current user in top grid in the body5) body footer level need to show all task initiated and approved already overall history of task has been done current userKindly help me the above queriesRegardsMaheen
When I open a subform, it always the displays the last column of the table. See attached image where it shows that the Total Participants column is what shows up by default when the subform opens. ThanksAaron
Hi All,I had editable list view and on Save button i am looping through all records and saving that one by one in DB. Some records are coming from DB which is save previously. I am looking each records and base on table ID either I am updating existing records or adding new records. I had more than 100 records so saving one records each it is taking too much time.Is there any way we can update some flag in particular row where user has did some changes or newly add record.So there will be new column called Flag and if user update /add any records I would like to setup value of that particular row value to True. Â
Hi there I have a question about the picker-control in K2Five There is a K2-info button linked with help.k2.com.Our Customer what to have a separate Link to show there own descriptions. If it's not possible to change the link behind this button they want to hide it.Anyone know how to do this?Thomas
Hi, I'm trying to install K2 Five 5.3 and have .Net framework 4.8 installed. Error states: The following feature couldn't be installed: .NET Framework 3.5 ... Do i have to unistall latest version of .Net for K2 to install? Thanks Don
Hi,I'm looking for a way to perform server side filtering using the picker control in K2. Is there any way to map the picker control search value as a parameter when the smart object is resolving? For example when a users performs a search using the control it would call the following URL: https://api.example.com/users?parameter1=something&search=[picker search]
I have one custom theme with css and Js.I need to use the custom theme in k2 five. kindly help me to add a new custom theme in k2 five.
I reply "Reject" . But can't reply action not working. How to Fix? Dear **********,Use the following link to open the worklist item:Click to open worklist itemTo action your task via e-mail, respond with one of the following actions:Approve RejectYou may also use one of the standard actions:Redirect Delegate SleepThe serial number for this task, SN=5711_13, must be included in the thread in order for the server to process the action. You may also reply with 'Help' or 'Actions' to see further information and examples.  *******This Email coming *********** The K2 server was unable to action the workflow task (Unknown)(5711_13) on your behalf with the action Rejected. Check your worklist or contact your system administrator for more information.You may try one of the configured actions:(Unknown)Or one of the standard actions:Redirect Delegate SleepThis server accepts dates in the formats 'M/d/yyyy' and 'dddd, MMMM d, yyyy', and times in the formats 'h:mm tt' and 'h:mm:ss tt'. Dates and ti
Hello,In K2 Five, I can't seem to find where to configure the slot to allow only one among mulitiple destination users to open the task. Can you help please?Thanks,Seng
My scenario isi created one new workflow in that workflow i used one user id (our domain) in mail to address. after finished then submitted the form.when workflow reach the particular step is not worked.Then i checked the error in manually in k2 Management error. Is there any way to find the error in the workflow itself (error handler). if any error occured the step it is noticed the administrator is very useful to resolve the issue , otherwise everytime need to check very difficult.Is there any default feature in k2 designer itself? RegardsMaheen
Hallo there,i am trying to build a very simple solution... Customers have a Form that contains a ListView of an SQL-Smart Object.The Smart Object is based on a stored procedure which takes input parameters and resturns the list (List Method). The only problem is the amount of Data. The Table contains of 3.500000 rows when unfiltered using the mentioned parameters. This can cause timeouts when calling the list method. - What i did: - I set the Timeout in the service instance to 360 and refreshed it, recreated the smart object- I edited "C:Program Files (x86)K2 blackpearlHost ServerBinK2HostServer.exe.config" and set the timeout from 30 to 360 (then i restarted K2Service)- I tried "Use Native SQL Execution" (true / false) --> which didnt really speed up either way Now i am able to get like 1.5 million rows (500 row pagination on list view) in a acceptable time (like 120 seconds).But i am not able to export to excel via "Export to Excel" method on the list view. Not even when there are
How can I create list item reference with filtering date/time. For example, I need to get items Created between 07/19/20*personal details removed*:00 & 07/19/20*personal details removed*:00.I've tried to to format the input date/time variables as MM/dd/yyyy HH:mm but the result always comes out empty even there is valid items exist in the list.
Hello,Is there a way to keep notes inside workflow designer in a logical maner? As there might be mutliple people working on a single workflow/ one person jumping between mutliple I really want to keep notes. I know I can currently keep notes in specific states, but I am looking for a way of keeping one set of general notes somewhere in the WF in a logical place.I tried using unconnected end step's description and it was all well and good but WF won't deploy in that case.Does anybody have a good solution for this? Or am i missing something? Thank you  Note: Previously posted this in a wrong category now deleted and moved this to K2 Five
I have a form that has a button that opens a subview to show a summary of pertinent information that the form is designed to collect. The subview has a button that open another subview with the information formatted to make it clean for printing... I use the lithium theme on my forms and as such the view has a background color. Which messes up printing. I need to remove the theming on this specific subview, or at the very least remove/change the background color on this specific view to be transparent/white.  As you can see below, Lithium makes a mess for printing. I just need to know how to remove this. Either a setting that I am missing or a javascript datalabel ~ I don't care. I just need this fixed asap.
Hi , I have a people picker field that populates multiple users ;  How do i get each users , populated in people picker ';' separated FQN, Email and other details using smartform rules or expressions. and then save it in sql database Help much appreciated Thanks in advanceÂ
Using K2 v5.3 Simple reminder escalation on a Client event if not actioned. But getting the error shown above in the Workflow and goes no further? Any ideas?
Hi, Depending on the criteria, I want to loop in a single task.scenario: I have 3/4 groups doing the same thing approval/revision using a single task.  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.