Interactive workshop: Automated DocGen for Manufacturing Ops
Access resources, discussions, and tips to design and manage workflows with Nintex Automation K2.
Recently active
I am trying to open workflow in Management and getting error com.K2.System.Management.Form.Process could not found. you are not authorized.I removed some user permissions from management and after that i am getting this error. Previously it was working for me.I checked access on workflow folder in Management → System and it is having permission for me.I have designer access and workflow rights (Admin, Export)Anyone please help me to find out which permission i have to provide?
I added a Date/time picker to the form builder and configured the picker to hide the time and restrict the past dates. When the form is populated in the workflow, the field displays the date and time of either 6:00 AM or 12:00 AM. See attached image. I tried using the lookup fx FormatDate, fx date, and fx convertToDate functions to configure the output date format to show only the date in MMM-DD-YYYY, but there does not appear to be an option to achieve this. Is there an option to configure the date output as MMM-DD-YYY, e.g., March 4, 2024?
Hi All,My requirement is as below:- When user create request, there will be barcode generated for each request and stored it into DB. Approver will receive barcode and he can scan barcode through K2 mobile app and it will validate in DB and provide information.Is it possible to implement these using barcode control available within K2 5.6 version? Thanks in advance.
How to set service instance security in K2 5.2 and K2 5.4
Hi,I have recently upgraded K2 from 5.6 to Nintex automation(5.7).after upgrade, AD group users are not resolving in K2.anyone has an idea, please assist.Best Regards,Thriveni
Hi,I have an issues with Form controls, like Radio button, check box and toolbar buttons are not properly displaying on the form, after upgrade K2 from 5.6 to 5.7.any help is much appreciated.Best Regards,Thriveni
Hi, I would like to ask is that any way that I can transfer all the data from the list view to a rich text box? I could successfully transfer the latest row but not the entire list view row. After pressing the Click buttonThank you.
Dear Team, I’m facing below issue when integrating devexpress datagrid control within K2.The grid fails to populate if i use a column of datatype: ‘date’ However export to PDF works without an error.The script fails with below error in file:C:\Program Files (x86)\K2\K2 smartforms Runtime\Script\native.forms.date.js Here is a sample datagrid control i am trying to use within K2:https://js.devexpress.com/React/Demos/WidgetsGallery/Demo/DataGrid/FilterPanel/MaterialBlueLight/ Note this functionality was working until the receint upgrade to 5.7. If you remove the datatype: ‘date’ reference the grid loads, however it does not give me the date filter control as its not considered as a date anymore and is treated as a string.
I want to change the style of the drop down list but was not able to may be i am missing something please any1 help me with this.As you can see drop down list is not reflecting any changes for your refrence I am pasting the two css codes here so that you have a clear picture of it.Red Mark CSS code- <style>.theme-entry span.SourceCode-Forms-Controls-Web-Label[name$="_required"]::after { color: red; content: "*"; font-size: 1.4rem; font-weight: 700; margin-left: 4px;}</style>Text Box CSS Code - <style>.theme-entry input.SFC.SourceCode-Forms-Controls-Web-TextBox { width: 300px; /* Adjust width as needed */ padding: 20px; /* Adjust padding as needed */ border: 2px solid #ccc; /* Border color and width */ border-radius: 10px; /* Curvature of corners */}</style>In the same way it should work for Drop down also but its not working please help me
Anyone got any simple examples of how to create a Smart Object with a List method that returns an array of objects from a web service call? After creating a service instance from the REST Service type I have gone into the SmartObjects testing tool and generated the smart object. In the Workflow I created two steps. One was a reference to obtain the array, the 2nd was another reference to use the pass the array to a deserialise type array method. I tried to loop through the 2nd reference but it does not look right. Here is the reference that should create my list: Getting data back from a webservice that isn't a list is fine. Just having trouble with lists...!
Hello, we have created a table and the table has a column like below.StartDateTime] [datetime2](7) GENERATED ALWAYS AS ROW START NOT NULL,[EndDateTime] [datetime2](7) GENERATED ALWAYS AS ROW END NOT NULL, These both generate automatic so we don't need to pass by SMO but k2 object is taking as mandatory to this feild and when I pass this value to SQL, SQL throw error as this generates by SQL. How can we handle this in k2?
How Can we make the Custom code changes in the K2 tool if any1 has the examples of codes please feel free to reach out here and please paste the codes also here with examples on it it will be very helpful for me to understand the k2 tool with more clarity.
Hi I have Created Insurance application using the designer everything is working fine along with the workflow now i want to deploy this application to the user how should i proceed please tell me i am stuck in this area and please put all the steps and tools to do this?
Hello Everyone, We are planning to move from 5.5 to 5.7, should we plan to move to 5.6 first or direct upgrade to 5.7 will work?What are the steps to follow for same?Are there any major changes we should be aware of before upgrading to latest version?Thanks,Prakriti
In the Workflow task assigned to manager when he is selecting for the “select action” and selects the reject in the drop down i want to add 1 text area for rejecting the form so that manager can enter manually why is he rejecting the application of the user.I know the task assigned to the manager in the task can noy be edit but is there any other option we can do to solve it.Please help me with this it is more important to me. And 1 more thing is that I want to change my email for the community portal that I am logging here to my new personal email is this possible or not please tell me the exact step to do both the task.
Hi,I'd like to transfer the solution. I have a K2 package (5.7) created using P&D where there are artifacts from on-prem SharePoint (smartobjects, views, forms, workflows) and I would like to deploy it to another K2 (5.7) that is integrated with SharePoint Online. In the target SharePoint Online site, an identical list is created with the same columns.Then when deploying in P&D, I want to map to the target list in SharePoint Online, there is a link "Confirm this site", which when I click on it, the target site opens in the browser, and I don't understand how to confirm it so I can then go ahead and select and confirm the list, which is greyed out for now.Can someone please give me some advice? Is it possible to migrate a solution from a K2 environment integrated with on-prem SharePoint to another K2 environment integrated with SharePoint Online?
Hello I want to design custom Dashboard using Designer in the K2 either with the help of CSS injection, Html codes If anyone has built it previously please help me step by step by attaching the screenshots also.
Hello Everyone, I am trying to integrate with REST API enabling OAuth authorization I am getting below errors :-One or more errors occurred.at SourceCode.Security.OAuth.Extensions.ClientCredentials.<RequestClientCredentialsAsync>d__9.MoveNext()------------------------------------------------------------------------------------ Error Marshalling SourceCode.SmartObjects.Runtime.SmartObjectManagementServer.GetServiceInstanceSchemaDoc, One or more errors occurred. at SourceCode.SmartObjects.Runtime.SmartObjectManagementServer.GetServiceInstanceSchemaDoc(String fileName, String className, String completedConfig, Guid serviceInstanceGuid, String serviceInstanceName, String serviceInstanceDisplayName, String serviceInstanceDescription) InnerException: {'error_description':'Access denied by resource owner or authorization server Client is not allowed one or more scopes','error':'access_denied'} at SourceCode.Security.OAuth.Extensions.ClientCredentials.<RequestClientCredentialsA
After upgrading to version 5.7, the recipients on Send Email and Task will not show up in Workflow Designer.Steps to reproduce:Create a new workflow in Designer Add a Send Email or Task step. Change the Recipient field to “Type/Construct my own” Drag and drop a variable or smart object field into Recipient Click anywhere on white space Reopen the Send Email or Task step to check the Recipient fieldWe have tested in some scenarios. The Recipient field may only show up when it is typed manually.Drag and Drop a variable into Recipient fieldClick anywhere on white spaceRevisit the Recipient field
I have an approval process in K2. This is the bottom of the approval. The user is supposed to Create a PDF before clicking submit. What i am trying to do is add a subform to the process that is triggered when the user is approving and they hit submit. They should see this subform popup. If they click submit the workflow continues. If they hit cancel, it stops and goes back to the approval screen. I have setup rules on the Submit and Cancel buttons in the subform. Cancel just says close the subform and stop the process. Submit says close the form ...and the workflow should continue. The problem I am having is that the subform flashes up and then closes. It doesn’t stop and give the user the ability to action the subform.
We have an issue with a Smart Object Odata that has been setup the management SO functionality. Basically when we run the endpoint we get an error has occurred. In the past it was working but for some reason it is not longer working. What I am finding strange is the the OData SO name is different from the actual SO name it has a prefix of OData_{smartobject name} while the rest of the OData endpoints don't have that. Does anyone know how I can understand what is causing this error. Thanks
After the first installation, I decided to configure “IIS” and run the configuration again to select “bindings” there. But the error "Register Environment, Success: False" appearedI have attached installation logs, RSD logs and logs from Windows, please help ----------------------------------------------------------------------------------------Faulting application name: SourceCode.Configuration.Api.exe, version: 1.0.0.0, time stamp: 0x61954b73Faulting module name: KERNELBASE.dll, version: 10.0.17763.348, time stamp: 0xd620e319Exception code: 0xe0434352Fault offset: 0x0000000000039149Faulting process id: 0xa88Faulting application start time: 0x01da3ca46df7cf9dFaulting application path: C:\Program Files\K2\SourceCode.Configuration.Api\SourceCode.Configuration.Api.exeFaulting module path: C:\Windows\System32\KERNELBASE.dllReport Id: 8b78fd61-1023-4582-886d-b6ecf40fdc1dFaulting package full name: Faulting package-relative application ID: Application: SourceCode.Configuration.Api.exeCoreC
Hello, since yesterday I've had a problem with the K2 designer. First I got this error, which I've resolved as follows. Now that this problem has been solved, when I want to open or create a form I get this error, and only with one specific user account the others can create / edit all my current form. I don't know what to do about it.
Using the Smart Object Azure Active Directory provided by Nintex with the method for Add User to Groups Failing with “Insufficient privileges to complete the operation.” Can anyone confirm what permissions the API needs in the App registrations
Hi Team,We have requirement where we would like to see all worklist item assign to the user to the Admin user.I have implemented with Task SMO but problem i am facing is, if user has not Admin rights he is not able to see any worklist. How we can do this for the normal user or user who does not have Admin rights.
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.