Complete our Nintex Community Survey
Access resources, discussions, and troubleshooting tips to design, build, and manage workflows and applications with Nintex K2 Cloud.
Recently active
Hi,I just want to know if there is a possibility for K2 smartforms or K2 five workflow to turn on/off track change for a document in SharePoint library?Thanks.
I have a K2 Smartform connected to a SharePoint list. I have 2 fields on the form that the user populates. Both are text fields (GL Name and GL Code). However, I have regex validation on the GL Code so that it is a 6 digit number.I have another field that I am trying to populate with an expression in K2. That field is called GL and the logic is as follows…IF GL Name = “OTHER” then concatenate GL Code + “ - “ + GL Name else GL Name. This is how I built the expression. This is what I get in SharePoint. The IF part is working but the concatenate is not working. This seems like it should be simple. What is not working?
I am displaying HTML saved by the rich text editor in a literal dialog message, but it’s adding <br> tags which aren’t in the original HTML.Has anyone else noticed this? Is there a way to prevent it?
How to get smart objects used in views,forms and controls from k2 database I have create this simple scripts to get all views with corresponding smartobject used: select * from [K2].[Form].[ViewSource] vs left join [K2].[Form].[View] v on v.ID = vs.ViewID How can i extend to get more details like controls, forms that is used or linked to that smart object in k2 database.
Hi,We have a Workflow that generates an email and custom URL which directs applicants outside of our K2 environment to a K2 Form. This StartProcess Workflow which generates the URL also passes parameters about the specified applicant. When they open their K2 Form via email link the application Form has a section/view for the K2 Add Attachment Smart Object. To add and attachment, you need the Process ID and file/attachment to create the attachment.With that, this form doesn’t have a Process ID as it doesn’t reside within a Workflow, so upon submission of the Form when we try to start the sequential Workflow which would have managers tasks that would want to view their attachments, it’s not working. “The service account doesn’t have access to the process” is the error we are getting. I’m assuming because the applicant Form isn’t within a Workflow/process so it doesn’t know where to store the attachments. In an attempt we have tried to pass the WorkflowID/Process ID through from the firs
Hi, everyone. I have set a workflow. In a ‘Task’ step, the group ‘IT Department’ is set as recipients. Then I set a SmartObject method step before the ‘Task’. I try to get the Serial Number to call a SQL procedure to manually create an URL for user to action. But the Serial Number is fixed for all the recipients in the group. Eg. Serial Number is ‘507_168’ and it is the same for all members in IT Department’.It should be different for each recipient? Otherwise the system will prompt ‘is not allowed to open the worklist item’.I would like to ask is there any way I can get the Serial Number for each participant so that I can pass to the SQL procedure and return an URL for user to action on a form?Thank you.
This used to work fine, but... I just noticed that I can no longer edit my Custom Workspace (or any workspace for that matter).I can select it in K2 Management and hit the Edit button to pull it up, but I cannot edit or delete any of the menu links I’ve created for this customer. Oddly, I am able to click the + icon to add a new menu (which I cannot then edit or delete). The trash can icon is grayed out, and when I click on a menu item to see its configuration, everything is grayed out.Unfortunately, my customer now has 2 new headings in their Workspace that say “New Item” (from me futzing around).I am signed into K2 Management as the system’s administrator, as I always do. I wonder if perhaps a recent Cloud update broke this?
Hi There, I have to implement corporate branding on a Form, this includes a corporate typeface. Unfortunately I am getting a CORS issue due to domain mismatch: The domain of the woff files is the same as the domain serving the custom CSS in the externally linked CSS file in the Style profile. Has anyone been able to work around this limitation? CC: @CodiKaji @nazreen_hassan- Regards,Ernie
To set Workflow Rights, some adfs user cannot be found and those users cannot access to K2 management. However, I have checked the identity table. Those users already exist. I'm still stuck with the problem. If there is any solution please help.Thank you
The "out-of-office" forward email is quite inadequate and lacks any information about its process.
Hello team,I have had an an error while trying to re-register the K2 for SharePoint application on step 'SharePointService Broker':K2 version 11.11.2021 K2 Five (5.4) FP53SharePoint Online
Dears,How to call a sub workflow ( send system notification) when due date for a task is reached ?PS: we don’t need to use task deadline because we don’t need to lose the user task. The user should be able to complete the task even if it’s over due but we need to send him a system notification
Hello,Is there any possible way to add an additional user to an in-progress task? In my example, the workflow reached the user task and assigned individual user tasks to a set of people (each person received an email with their own task link). While that review task stays open for about 2 weeks, the business has requested to assign that task to an additional person. We don't want to delegate or re-assign any existing user's task because the original set of people still need to complete their task. However, we just want to assign that in-progress task to one more person.
I’m trying to create a form that allows users to upload an image using an image control however the image does not fit the entire width of the control. Filename and size properties take up a portion of the control. Is there a way to set the control to show the full image. I tried setting the size properties to very large however the image is larger but still restricted to half the width of the control.
Hello,I restore MS SQL database, and deploy K2 package, in smart object contains several methods to extract data as a list from tables, some methods work normally and provide data, other methods in the same smart object give following error:Severity: ErrorError Message: Database 'dbname__OLD_Act_TBDel_ImportAt2024' cannot be opened because it is offline.InnerException Message:Note that if we create the method (that provided the error) in a new smart object, it works normally ...
Hello Everyone How do I send form link with data in email activity using workflow please guide thanks
I just finished creating a form in K2, after submitting the form, even though the data was transferred to SharePoint, I got the following error: Object Reference not set to an instance of an object.after submitting the form. The workflow did not start as well maybe because of that error. Can someone help me resolve this please? Thank you!
Hello, i need to get current hour ,Minute and second in k2 smart form. i can get only year, month and day .
I'm trying to query Activity Instance Destination SO to provide security in a form. The smartobject under Workflow Analytics doesn't seem to work properly to output result of a field in a Data Label.The smartobject under Workflow General works when I'm viewing the form as an admin... but does not output the result of the List method in the Data Label when I'm viewing the form as a regular user.Is this security related issue? or a bug?
I have created a form and I have added a button called "print" so that the form can be printed when clicking. I created a data label with the following expression <script>window.print();</script> and added a transfer data rule to the print button but it did not work. Can someone help me with that please? Thank you!
I have a SQL table with composite primary key fields A, B, and C. The default update method produced cannot update the any of the 3 primary key fields. Can I set up the SmartObject Update method to be able to update the primary key fields? Can I do this without setting up an Identity primary key and changing A,B, and C to a unique constraint?
I'm attempting to get rid of an old project and have been deleting the individual objects within the category. I have 2 left, a SmartObject and a view. Everything else is gone. When I try to delete the view I get the error below. But the Edit Item object has been deleted. How can this happen and how can I fix it? Thanks! View 'Write Offs Item' is in use by 'Write Offs Edit Item' as a form view
Hi all,I need to print my form. And I added Datalable and set this expression to it:"<script>window.print();</script>" (I need to show the print pop up). And when I print the form, my check box did not show. How can I make the check box show when printing? Thanks for your help.
I would like to display the current time in a USA timezone within an email sent by workflow. Is there a way to format the current time to a timezone without having to change the code when daylight savings changes the time 2x a year?
REST service instance setup in Dev - used swagger file from REST service provider application. Now for moving the code to higher environments, we need to configure the service instances; for which I am unable to find option to configure/change the service endpoint for the REST service. Possible option is to have swagger files with endpoints changed; this has to be done for all environments. Please suggest if there is any other better way to maintain and configure the REST service instances.
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.